cURL
curl --request POST \ --url https://app.coolify.io/api/v1/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "uuid": "<string>", "description": "<string>" }'
{ "uuid": "og888os" }
Create Project.
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Keys & Tokens
API tokens
Project created.
The body is of type object.
object
The response is of type object.