Reference
The values brief.imageStyle accepts. custom reads the free-text style from 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": "stock_footage", "name": "Stock footage", "description": "Video clips from the library" }, { "id": "realistic", "name": "AI images", "description": "Photo-realistic generation" }, { "id": "mixed", "name": "Mixed", "description": "Footage plus AI images" }, { "id": "custom", "name": "Custom", "description": "Describe your own style in customStyleText" } ]}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.