Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/tags/{content_type}/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<string>"
  ]
}
'
{
  "success": true
}

Path Parameters

content_type
enum<string>
required

Type of content

Available options:
ocr,
audio,
ui
id
integer
required

ID of the content item

Body

application/json
tags
string[]
required

Response

200 - application/json
success
boolean
required