cURL
curl --request POST \ --url https://api.example.com/tags/{content_type}/{id} \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "success": true }
Type of content (vision or audio)
vision
audio
ID of the content item
Tags added
Was this page helpful?