Prisma 8 is here.Read the docs

REST API

Programmatically manage your Prisma Postgres databases, projects, and workspaces with the REST API

Base URL

https://api.prisma.io/v1

Append an endpoint path to construct the full URL. For example: https://api.prisma.io/v1/projects/{projectId}

An interactive OpenAPI 3.1 specification is available for exploring endpoints and request/response formats.

Getting Started

On this page