curl --location --request POST 'https://vid-tag-api.framealyzer.com/api/v1/analyze/file' \
--header 'Authorization: <api-key>' \
--form 'file=@""' \
--form 'analyses=""'{
"success": true,
"results": {
"cinematography_tags": [
"Wide Shot",
"Soft Lighting",
"Slow Motion"
],
"iab_tags": [
"Arts & Entertainment",
"Video Gaming"
]
},
"metadata": {
"file_size": 15728640,
"filename": "sample_video.mp4",
"content_type": "video/mp4",
"processing_method": "file_api",
"credits_consumed": 4
}
}