cURL
curl --request POST \ --url https://api.devkit4ai.com/api/v1/projects/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Create a new project for the current user
The access token received from the authorization server in the OAuth 2.0 flow.
1 - 255
1000
Successful Response