Create Project
Projects API
Create Project
Create a new project to organize your links
POST
Create Project
Request:
Response:
cURL
Authorization
Bearer token for API authentication. Format:
Bearer YOUR_API_KEYRequest Parameters
Name of the project
Optional description for the project
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
Unique identifier for the created project
ISO 8601 timestamp when the project was created
Name of the project
Description of the project
Color of the project in hex format (uppercase). Always present with default value #000000 if not specified during creation.