curl --request POST \
--url https://api.example.com/tags/vision/batch \
--header 'Content-Type: application/json' \
--data '
{
"frame_ids": [
123
]
}
'{
"tags": {}
}curl --request POST \
--url https://api.example.com/tags/vision/batch \
--header 'Content-Type: application/json' \
--data '
{
"frame_ids": [
123
]
}
'{
"tags": {}
}Was this page helpful?