Skip to main content
POST
Create Project
Request:
cURL
Response:

Authorization

string
required
Bearer token for API authentication. Format: Bearer YOUR_API_KEY

Request Parameters

string
required
Name of the project
string
Optional description for the project
string
default:"#000000"
Color for the project in hex format (e.g., #FF6B6B, #FFF). Defaults to #000000 (black) if not provided. Must include the # symbol and be a valid 3 or 6 character hex color.

Response Fields

string
required
Unique identifier for the created project
string
required
ISO 8601 timestamp when the project was created
string
required
Name of the project
string
Description of the project
string
required
Color of the project in hex format (uppercase). Always present with default value #000000 if not specified during creation.