POST/v1/text-to-voice/create-previews
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X POST https://api.elevenlabs.io/v1/text-to-voice/create-previews \
> -H "xi-api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "voice_description": "A sassy squeaky mouse"
>}'
Response