Reference
GET
/reference/presentation-tones

The values brief.presentationTone accepts. A tone sets how the narration is written and read, and which music moods suit it. Exactly one entry carries isDefault: true.

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-tones"
{  "data": [    {      "id": "energetic",      "label": "Energetic",      "description": "Bright momentum without salesy hype",      "musicMoods": [        "energetic"      ],      "isDefault": true    },    {      "id": "calm",      "label": "Calm",      "description": "Measured, reassuring and spacious",      "musicMoods": [        "calm"      ],      "isDefault": false    }  ]}