cURL
curl --request POST \ --url https://app.heyoo.ai/api/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "red" } '
{ "id": "<string>", "name": "<string>", "color": "red" }
Create a tag for the authenticated workspace.
Default authentication mechanism
The name of the tag to create.
1 - 50
The color of the tag. If not provided, a random color will be used from the list: red, yellow, green, blue, purple, brown.
red
yellow
green
blue
purple
brown
The created tag
The unique ID of the tag.
The name of the tag.
The color of the tag.
Was this page helpful?