Skip to main content

Overview

AI-powered text-to-speech and speech-to-text platform with natural voice synthesis and accurate transcription capabilities. Through Langdock’s integration, you can access and manage ElevenLabs directly from your conversations.
Authentication: API Key Category: Productivity & Collaboration Availability: All workspace plans

Available Actions

Text to Speech

elevenlabs.text_to_speech
Convert text into natural-sounding speech using AI voices Requires Confirmation: Yes Parameters:
  • text (MULTI_LINE_TEXT, Required): The text to convert to speech
  • voice_id (TEXT, Optional): The ID of the voice to use. Default is ‘Rachel’ (21m00Tcm4TlvDq8ikWAM)
  • model_id (SELECT, Optional): The model to use for text-to-speech
  • output_format (SELECT, Optional): The audio format for the output
Output: Returns the operation result

Get recent conversations

elevenlabs.get_recent_conversations
List recent Conversational AI agent conversations with filtering options Requires Confirmation: No Parameters:
  • limit (NUMBER, Optional): Maximum number of conversations to retrieve (default: 10, max: 100)
  • agent_id (TEXT, Optional): Filter by specific agent ID (optional)
  • from_date (TEXT, Optional): Filter conversations after this date (YYYY-MM-DD format)
  • to_date (TEXT, Optional): Filter conversations before this date (YYYY-MM-DD format)
Output: Returns the operation result

Get conversation transcript

elevenlabs.get_conversation_transcript
Retrieve transcript and details from Conversational AI agent conversations Requires Confirmation: No Parameters:
  • conversation_id (TEXT, Required): The conversation ID from your Conversational AI history (e.g., qcRqzgdfTDNaCznQIlSJ)
Output: Returns the operation result