Skip to main content
POST
/
projects
Create Project
curl --request POST \
  --url https://api.example.com/projects \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "budget_usd": 1
}
'
{}

Headers

authorization
string | null
X-Frames-Username
string | null

Body

application/json
name
string
required
Required string length: 1 - 120
budget_usd
number | null
Required range: x >= 0

Response

Successful Response

The response is of type Response Create Project Projects Post · object.