Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --location --request POST 'https://api.kurator.ai/api/v1/tags' \ --header 'Content-Type: application/json' \ --header 'Autorization: Bearer <token>' \ --data-raw '{ "name": "My tag", "color": "#FFFFFFF", "userId": "123" }'
{ "success": true, "data": { "id": "cli28c2vd00016itbrlhekwql", "name": "My tag", "color": "#FFFFFF" } }
Create new tag.
tag