How do i define a connection to ElevenLabs?

Describe the problem/error/question

I’m using an imported workflow and i get the error below. how do i set this connection using my ElevenLabs API key? no matter what i do, it just fails.

What is the error message (if any)?

Connection xi-api-key not found in your list of connections. Add your connection from the dashboard.

Information on your n8n setup

  • n8n version: 1.88.0
  • **Database (default: SQLite):**default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**default
  • **Operating system:**default

Create a Generic Credential TypeHeader Auth credential item and use it in your node.

Ehy,
Are you sure EvelenLabs wants an header authentication and not a Baerer one?

Try adding a “:” after the xi-api-key. This might do the trick. Their documentation shows it as "xi-api-key: ELEVENLABS_API_KEY
"