BlitzReels
BlitzReelsDocumentation
API Reference
GET
/voices

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/voices"
{  "voices": [    {      "id": "string",      "name": "string",      "language": "string",      "gender": "string",      "accent": "string",      "category": "string",      "description": "string",      "previewUrl": "string"    }  ]}