Reference
The values brief.imageStyle accepts. realistic is the default; its look is art-directed by the AI from the video's own content. custom is deprecated and still reads brief.customStyleText.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings > API & Webhooks. Keys start with sf_live_.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/reference/image-styles"{ "data": [ { "id": "realistic", "name": "AI images", "description": "AI images art-directed from the video content (default)" }, { "id": "stock_footage", "name": "Stock footage", "description": "Video clips from the library" }, { "id": "mixed", "name": "Mixed", "description": "Footage plus AI images" }, { "id": "animated", "name": "AI Videos", "description": "AI images brought to life as video" }, { "id": "custom", "name": "Custom", "description": "Deprecated: the look now comes from the AI" } ]}List job failure codes GET
The `error.code` values a failed job reports, with a human title and the `action` that clears each one: `upgrade`, `credits`, `connect`, `configure` or `none`. These are the same codes a `400` carries when the same limit is hit synchronously.
List presentation backgrounds GET
The values `config.presentationBackground` accepts, with a one-line description of each backdrop.