cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/categories \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>", "order": 1 } '
{ "id": "<string>", "name": "<string>", "user_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "organization_id": "<string>", "color": "<string>", "order": 0 }
Create a new category for organizing data sources.
Category name
1 - 50
Hex color (e.g., #FF5733)
7
Display order
x >= 0
Successful Response
Was this page helpful?