SizzleScript

BASE URL
https://docs.sizzlescript.art

Script

This endpoint is the starting point to creating your AI generated videos.

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Request Body

script

required, string

A file path to a properly formatted sizzlescript

POST
/script
1

Download Movie

Download finished movies using this endpoint. Please note that videos older than a week will be deleted.

GET
/movie/:storyId
1

Status

This endpoint returns the current status of a video processing job.

GET
/status/:storyId
1