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 Modified at 2025-11-20 09:17:24