Skip to content

Commit b6aa458

Browse files
Update elevenlabs.mdx
1 parent d17b089 commit b6aa458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/providers/elevenlabs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When making requests to ElevenLabs, ensure you have the following:
2525
### cURL
2626

2727
```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 \
28+
curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/elevenlabs/v1/text-to-speech/JBFqnCBsd6RMkjVDRZzb?output_format=mp3_44100_128 \
2929
--header 'Content-Type: application/json' \
3030
--header 'xi-api-key: {elevenlabs_api_token}' \
3131
--data '{

0 commit comments

Comments
 (0)