ReferenceProjects

Create a project

Create a project

POST
/api/v1/projects
x-api-key<token>

A platform API key (ck_live_…), optionally scoped to one project.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/projects" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "project_id": "string",  "name": "string",  "slug": "string",  "description": "string",  "icon": "string"}
Was this page helpful?
Report an issue