You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making requests to ElevenLabs, ensure you have the following:
17
+
18
+
- Your AI Gateway Account ID.
19
+
- Your AI Gateway gateway name.
20
+
- An active ElevenLabs API token.
21
+
- The model ID of the ElevenLabs voice model you want to use.
22
+
23
+
## Example
24
+
25
+
### cURL
26
+
27
+
```bash title="Request"
28
+
curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/elevenlabs/v1/text-to-speech/JBFqnCBsd6RMkjVDRZzb?output_format=mp3_44100_128 \
0 commit comments