Understanding SDK
Describe
Generates descriptions for video content based on a given prompt and URL.
POST
/
describe
/
url
This feature is in beta and may change without notice.
Request
url
string
requiredThe URL of the video file to be described.
prompt
string
requiredThe description or prompt of what to look for in the video.
model_id
string
requiredThe 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.
Was this page helpful?