Skip to main content
Get tags in batch
curl --request POST \
  --url https://api.example.com/tags/vision/batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "frame_ids": [
    123
  ]
}
'
{
  "tags": {}
}

Body

application/json
frame_ids
integer[]
required

Response

200 - application/json

OK

tags
object
required