POST
/
describe
/
url
This feature is in beta and may change without notice.

Request

url
string
required

The URL of the video file to be described.

prompt
string
required

The description or prompt of what to look for in the video.

model_id
string
required

The ID of the model to use for video description. Default is “video-descriptor-v1”.

Response

The API returns a JSON object containing the structured description of the video based on the given prompt.

Notes

  • The API uses the video-descriptor-v1 model for video description.
  • Ensure that the provided URL is publicly accessible.