Skip to main content
POST
/
v1
/
watch
Watch media
curl --request POST \
  --url https://api.vidjutsu.ai/v1/watch \
  --header 'Content-Type: application/json' \
  --data '
{
  "mediaUrl": "<string>",
  "prompt": "<string>"
}
'
{
  "response": {}
}

Body

application/json
mediaUrl
string
required

URL of the media to analyze

prompt
string
required

Freeform prompt — tell Gemini what to look for

Response

200 - application/json

The request has succeeded.

response
object
required

Structured JSON response from Gemini based on the prompt