Draft video from URL
Retrieve the content of a webpage and write a video based on it. Only text is currently supported -- the AI cannot watch videos. After calling this endpoint, call Create Video with the results to create the video.
Authorizations
AuthorizationstringRequired
Your ShortGenius API token
Body
urlstringRequired
URL of a webpage to summarize into a video. Only textual data can be processed; sites that block requests may fail.
promptstringOptional
Instructions for the AI that is reading the webpage and writing the script.
localestring · enumOptionalDefault:
The locale of the video.
autoPossible values: Responses
200
Successful response
application/json
400
Invalid request
application/json
401
Unauthorized request
application/json
post
/videos/drafts/urlLast updated