Gemini watches a video or image and answers your freeform prompt. Returns structured JSON. 10 credits.
cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/watch \ --header 'Content-Type: application/json' \ --data ' { "mediaUrl": "<string>", "prompt": "<string>" } '
{ "response": {} }
URL of the media to analyze
Freeform prompt — tell Gemini what to look for
The request has succeeded.
Structured JSON response from Gemini based on the prompt
Show child attributes