POST
/
project
/
new
curl --request POST \
  --url https://api.basic.tech/project/new \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "project name",
  "slug": "project-slug"
}'

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer <token>

Body

application/json
name
string
slug
string

Response

200
_mintlify/placeholder

successful