v1
latestOpenAPI 3.0.32026-07-24106305257.4 KBAgentic Videos
Create an agentic video
Create a new agentic video from a source video. Returns immediately with the video_id; processing and agent creation happen asynchronously, so poll GET /agentic-videos/{video_id} and watch status until it reaches done.
post/agentic-videos
Request body
Example request
{
"source_url": "https://path.to.directory/movie.mp4",
"background": {
"color": "#47ffff",
"source_url": "https://path.to.image/"
}
}Response
Agentic video created