Reference
GET
/reference/image-styles

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