AI-powered text-to-speech and speech-to-text platform with natural voice synthesis and accurate transcription capabilities
elevenlabs.texttoSpeech
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. Options: Multilingual v2 (Default), Turbo v2.5 (Fast), Flash v2.5 (Very Fast)output_format
(SELECT, Optional): The audio format for the output. Options: MP3 (44.1kHz), MP3 (22kHz), PCM (16kHz), PCM (22kHz), PCM (24kHz), PCM (44.1kHz)fileName
: Generated audio file namemimeType
: MIME type of the audio filebase64
: Base64 encoded audio dataelevenlabs.getRecentConversations
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)elevenlabs.getConversationTranscript
conversation_id
(TEXT, Required): The conversation ID from your Conversational AI history (e.g., qcRqzgdfTDNaCznQIlSJ)elevenlabs.getItembyName
filter
(TEXT, Required): Filter drive items by if their names contain the filterid
: Item IDname
: Item namewebUrl
: Web URL for the itemcreatedDate
: Creation datecreator
: Creator information (name, email)lastModifiedDateTime
: Last modified datelastModifier
: Last modifier information (name, email)elevenlabs.getSheetbyItemID
itemId
(TEXT, Required): Id of the item of which you want to retrieve the worksheets ofelevenlabs.addSheettoWorkbook
itemId
(TEXT, Required): The id of the item which contains the Excel sheet
sheetName
(TEXT, Required): The name of the sheet you want to add to the workbookelevenlabs.getTables
itemId
(TEXT, Required): Id of the item of which you want to retrieve the tables of
sheetId
(TEXT, Required): The id of the sheet where the table is locatedelevenlabs.getAllTableColumns
tableId
(TEXT, Required): The id of the table you want to fetch the rows of
itemId
(TEXT, Required): The id of the item which contains the Excel sheetelevenlabs.getSingleTableRow
itemId
(TEXT, Required): The id of the item which contains the Excel sheet
tableId
(TEXT, Required): The id of the table you want to fetch the rows ofrowIndex
(TEXT, Required): Index (number) of the row you want to retrieveelevenlabs.updateTableRow
rowIndex
(TEXT, Required): The id of the row you want to update
rowValues
(TEXT, Required): The values of the row you want to insert. Enter them separated by a comma like: hello,world,4 this will insert hello into the first column and world in the second column and 4 into the third column of the table same for numbers or dates separate every new value with a commaitemId
(TEXT, Required): The id of the item which contains the Excel sheettableId
(TEXT, Required): The id of the table you want to fetch the rows ofelevenlabs.addTableRow
itemId
(TEXT, Required): The id of the item which contains the Excel sheet
tableId
(TEXT, Required): The id of the table you want to fetch the rows ofrowValues
(TEXT, Required): The values of the row you want to insert. Enter them separated by a comma like: hello,world,4 this will insert hello into the first column and world in the second column and 4 into the third column of the table same for numbers or dates separate every new value with a commaelevenlabs.deleteTableRow
rowIndex
(NUMBER, Required): Index of the row you want to delete
itemId
(TEXT, Required): The id of the item which contains the Excel sheettableId
(TEXT, Required): The id of the table you want to fetch the rows ofIssue | Solution |
---|---|
Authentication failed | Verify your API Key credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |