Reference
GET
/reference/aspect-ratios

The values brief.aspectRatio accepts, with what each one is usually for.

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/aspect-ratios"
{  "data": [    {      "id": "9:16",      "name": "Portrait",      "description": "TikTok, Reels, Shorts"    },    {      "id": "4:5",      "name": "Vertical feed",      "description": "Instagram, Facebook feed"    },    {      "id": "1:1",      "name": "Square",      "description": "Social media posts"    },    {      "id": "16:9",      "name": "Landscape",      "description": "YouTube, presentations"    }  ]}