Providers
Get Model Voice
GET
/api/v1/providers/voices/{voice_id}Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
voice_id*Voice Id
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/providers/voices/string"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "voice_id": "string", "preview_url": "string", "gender": "string", "accent": "string", "tags": [ "string" ], "voice_metadata": {}, "provider_id": "fe3d49af-4061-436b-ae60-f7044f252a44"}