MINARA

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.

MethodPOST
Path/v1/auth/elevenlabs/api-key
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryauth

Request body

{ "apiKey": "...", "saveAnyway": false }

Response body

{ "ok": true, "validated": true }

On this page