Reference
GET
/reference/presentation-backgrounds

The values config.presentationBackground accepts, with a one-line description of each backdrop.

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/presentation-backgrounds"
{  "data": [    {      "id": "mosaic",      "name": "Paper mosaic",      "description": "Breathing square mosaic with corner washes"    },    {      "id": "lagoon",      "name": "Lagoon",      "description": "Deep lit water with glass bubbles drifting through it"    }  ]}