Video-Understanding (Video understanding)
Input video, output video understanding, asynchronous API
Request
Body Params application/json
{
"video_url": "https://file.302.ai/gpt/imgs/20250722/fcdc31fe86da4091a7795189ab2614f6.mp4",
"prompt": "What is happening in this video?"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/video-understanding' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "https://file.302.ai/gpt/imgs/20250722/fcdc31fe86da4091a7795189ab2614f6.mp4",
"prompt": "What is happening in this video?"
}'
Responses
application/json {
"logs": null,
"metrics": {},
"queue_position": 0,
"request_id": "3662a307-8202-4702-845a-930e0a31671a",
"status": "IN_QUEUE"
}
Modified at 2026-01-19 07:05:00