Projects
Create a new project
Creates a new project for the authenticated user. A user cannot have more than one project with the same project_name.
Authorization
token_auth AuthorizationBearer <token>
Token-based authentication using access tokens.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://v2.api.piktid.com/project" \ -H "Content-Type: application/json" \ -d '{}'{
"project_id": "string",
"project_name": "string"
}{
"error": "Invalid request",
"detail": [
{
"field": null,
"message": "string",
"position": "query"
}
]
}Empty