Save an ElevenLabs voice key
POST /v1/auth/elevenlabs/api-key — Save an ElevenLabs key for speech synthesis and transcription. Validated against the ElevenLabs /v1/user endpoint before
POST /v1/auth/elevenlabs/api-key
Save an ElevenLabs key for speech synthesis and transcription. Validated against the ElevenLabs /v1/user endpoint before persisting; pass saveAnyway: true to skip validation. Not an LLM provider — powers the voice endpoints only.
| Method | POST |
| Path | /v1/auth/elevenlabs/api-key |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |
Request body
{ "apiKey": "...", "saveAnyway": false }Response body
{ "ok": true, "validated": true }