DocsIntegrationsElevenLabs
elevenlabs
Enterprise Tool

ElevenLabs

Generate lifelike speech, transcribe audio, and create sound effects with ElevenLabs AI

ElevenLabs is an AI voice platform offering state-of-the-art text-to-speech, speech-to-text (Scribe), and sound generation APIs. CipherSense Agents integrates with ElevenLabs to narrate AI-generated content, transcribe inbound voice messages, and produce sound effects — all as steps within a workflow. The TTS node returns base64-encoded audio ready for downstream delivery via Twilio, Discord, S3, or any other connected service.

Official documentation

Setup

1

Get your API key

Sign in to elevenlabs.io and go to Profile > API Keys > Generate API Key. Copy the key.

ElevenLabs Dashboard
2

Find a Voice ID

Go to the Voice Library at elevenlabs.io/voice-library. Click any voice and copy the Voice ID from the URL or the voice detail panel. You can also use the list_voices operation in CipherSense Agents to retrieve all available voice IDs at runtime.

3

Choose a model

ElevenLabs offers three main models: Multilingual v2 (best quality, supports 29 languages), Turbo v2.5 (low latency, ideal for real-time), and Flash v2.5 (fastest, optimised for streaming). Set a default in the integration config or override per node.

4

Add the integration in CipherSense Agents

Go to Project > Integrations > Add Integration > ElevenLabs. Enter your API Key and optionally a default Voice ID and Model. Click Save & Test.

Connection Fields

Fields required when adding this integration in your Project › Integrations.

FieldRequiredDescription
API Key
Required
Your ElevenLabs API key from Profile > API Keys.
Default Voice ID (optional)
Optional
Voice to use when not specified per node. Can be overridden per workflow node.
Default Model (optional)
Optional
Defaults to Multilingual v2. Can be overridden per node.

Common Use Cases

AI writes a report → ElevenLabs narrates it → delivered via Twilio call or DiscordTranscribe inbound voice messages (Twilio webhook) → AI processes → sends replyAuto-generate audio summaries from long documents or meeting notesVoice-enable notification workflows — escalate text alerts to voice callsGenerate sound effects for media or content production pipelinesMulti-language voice delivery — translate AI output then speak in the target language

Ready to connect ElevenLabs?

Add this integration from your project dashboard and wire it into a workflow.