curl --request POST \
--url https://app.happyrobot.ai/api/v1/use-cases/{id}/labels \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>",
"color": "slate"
}'
This response does not have an example.
Create a new label use case.
curl --request POST \
--url https://app.happyrobot.ai/api/v1/use-cases/{id}/labels \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>",
"color": "slate"
}'
This response does not have an example.
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
ID of the use case.
24
Body
The body is of type object
.
200
Was this page helpful?