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

Documentation Index

Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
mediaUrl
string
required

URL of the media to analyze

prompt
string
required

Freeform prompt — tell AI what to look for

Response

The request has succeeded.

response
object
required

Structured JSON response from AI based on the prompt