Reference
GET
/reference/image-styles

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"    }  ]}