provider 315 operations
@utdk/elevenlabs
ElevenLabs API Documentation
Generated UTDK provider client for ElevenLabs API Documentation. This is the documentation for the ElevenLabs API. You can use this API to use our service programmatically, this is done by using your API key. You can find your API key in the dashboard at https://elevenlabs.io/app/settings/api-keys.
README
Embedded directly from the package source.
elevenlabs
Generated UTDK provider types and OpenAPI-backed client for https://api.elevenlabs.io/openapi.json.
Operations
315 operations —
open try-it console
| Method | Operation ID | Path | Summary | |
|---|---|---|---|---|
| GET | get_speech_history | /v1/history | List Generated Items | Try |
| GET | get_speech_history_item_by_id | /v1/history/{history_item_id} | Get History Item | Try |
| DELETE | delete_speech_history_item | /v1/history/{history_item_id} | Delete History Item | Try |
| GET | get_audio_full_from_speech_history_item | /v1/history/{history_item_id}/audio | Get Audio From History Item | Try |
| POST | download_speech_history_items | /v1/history/download | Download History Items | Try |
| POST | sound_generation | /v1/sound-generation | Sound Generation | Try |
| POST | audio_isolation | /v1/audio-isolation | Audio Isolation | Try |
| GET | get_audio_isolation_history | /v1/audio-isolation/history | Get Audio Isolation History | Try |
| DELETE | delete_audio_isolation_history_item | /v1/audio-isolation/history/{history_item_id} | Delete Audio Isolation History Item | Try |
| POST | audio_isolation_stream | /v1/audio-isolation/stream | Audio Isolation Stream | Try |
| DELETE | delete_sample | /v1/voices/{voice_id}/samples/{sample_id} | Delete Sample | Try |
| GET | get_audio_from_sample | /v1/voices/{voice_id}/samples/{sample_id}/audio | Get Audio From Sample | Try |
| POST | text_to_speech_full | /v1/text-to-speech/{voice_id} | Text To Speech | Try |
| POST | text_to_speech_full_with_timestamps | /v1/text-to-speech/{voice_id}/with-timestamps | Text To Speech With Timestamps | Try |
| POST | text_to_speech_stream | /v1/text-to-speech/{voice_id}/stream | Text To Speech Streaming | Try |
| POST | text_to_speech_stream_with_timestamps | /v1/text-to-speech/{voice_id}/stream/with-timestamps | Text To Speech Streaming With Timestamps | Try |
| POST | text_to_dialogue | /v1/text-to-dialogue | Text To Dialogue (Multi-Voice) | Try |
| POST | text_to_dialogue_stream | /v1/text-to-dialogue/stream | Text To Dialogue (Multi-Voice) Streaming | Try |
| POST | text_to_dialogue_stream_with_timestamps | /v1/text-to-dialogue/stream/with-timestamps | Text To Dialogue Streaming With Timestamps | Try |
| POST | text_to_dialogue_full_with_timestamps | /v1/text-to-dialogue/with-timestamps | Text To Dialogue With Timestamps | Try |
| POST | speech_to_speech_full | /v1/speech-to-speech/{voice_id} | Speech To Speech | Try |
| POST | speech_to_speech_stream | /v1/speech-to-speech/{voice_id}/stream | Speech To Speech Streaming | Try |
| POST | text_to_voice | /v1/text-to-voice/create-previews | [Deprecated] Generate A Voice Preview From Description | Try |
| POST | create_voice | /v1/text-to-voice | Create A New Voice From Voice Preview | Try |
| POST | text_to_voice_design | /v1/text-to-voice/design | Design A Voice. | Try |
| POST | text_to_voice_remix | /v1/text-to-voice/{voice_id}/remix | Remix A Voice. | Try |
| GET | text_to_voice_preview_stream | /v1/text-to-voice/{generated_voice_id}/stream | Text To Voice Preview Streaming | Try |
| GET | get_user_info | /v1/user | Get User Info | Try |
| GET | get_user_subscription_info | /v1/user/subscription | Get User Subscription Info | Try |
| GET | get_voice_settings_default | /v1/voices/settings/default | Get Default Voice Settings. | Try |
| GET | get_voice_settings | /v1/voices/{voice_id}/settings | Get Voice Settings | Try |
| POST | edit_voice_settings | /v1/voices/{voice_id}/settings/edit | Edit Voice Settings | Try |
| GET | get_voices | /v1/voices | List Voices | Try |
| GET | get_user_voices_v2 | /v2/voices | Get Voices V2 | Try |
| GET | get_voice_by_id | /v1/voices/{voice_id} | Get Voice | Try |
| DELETE | delete_voice | /v1/voices/{voice_id} | Delete Voice | Try |
| POST | add_voice | /v1/voices/add | Add Voice | Try |
| POST | edit_voice | /v1/voices/{voice_id}/edit | Edit Voice | Try |
| POST | add_sharing_voice | /v1/voices/add/{public_user_id}/{voice_id} | Add Shared Voice | Try |
| POST | create_podcast | /v1/studio/podcasts | Create Podcast | Try |
| POST | video_to_music | /v1/music/video-to-music | Video To Music | Try |
| POST | update_pronunciation_dictionaries | /v1/studio/projects/{project_id}/pronunciation-dictionaries | Create Pronunciation Dictionaries | Try |
| GET | get_projects | /v1/studio/projects | List Studio Projects | Try |
| POST | add_project | /v1/studio/projects | Create Studio Project | Try |
| GET | get_project_by_id | /v1/studio/projects/{project_id} | Get Studio Project | Try |
| POST | edit_project | /v1/studio/projects/{project_id} | Update Studio Project | Try |
| DELETE | delete_project | /v1/studio/projects/{project_id} | Delete Studio Project | Try |
| POST | edit_project_content | /v1/studio/projects/{project_id}/content | Update Studio Project Content | Try |
| POST | convert_project_endpoint | /v1/studio/projects/{project_id}/convert | Convert Studio Project | Try |
| GET | get_project_snapshots | /v1/studio/projects/{project_id}/snapshots | List Studio Project Snapshots | Try |
| GET | get_project_snapshot_endpoint | /v1/studio/projects/{project_id}/snapshots/{project_snapshot_id} | Get Project Snapshot | Try |
| POST | stream_project_snapshot_audio_endpoint | /v1/studio/projects/{project_id}/snapshots/{project_snapshot_id}/stream | Stream Studio Project Audio | Try |
| POST | stream_project_snapshot_archive_endpoint | /v1/studio/projects/{project_id}/snapshots/{project_snapshot_id}/archive | Stream Archive With Studio Project Audio | Try |
| GET | get_chapters | /v1/studio/projects/{project_id}/chapters | List Chapters | Try |
| POST | add_chapter | /v1/studio/projects/{project_id}/chapters | Create Chapter | Try |
| GET | get_chapter_by_id_endpoint | /v1/studio/projects/{project_id}/chapters/{chapter_id} | Get Chapter | Try |
| POST | edit_chapter | /v1/studio/projects/{project_id}/chapters/{chapter_id} | Update Chapter | Try |
| DELETE | delete_chapter_endpoint | /v1/studio/projects/{project_id}/chapters/{chapter_id} | Delete Chapter | Try |
| POST | convert_chapter_endpoint | /v1/studio/projects/{project_id}/chapters/{chapter_id}/convert | Convert Chapter | Try |
| GET | get_chapter_snapshots | /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots | List Chapter Snapshots | Try |
| GET | get_chapter_snapshot_endpoint | /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots/{chapter_snapshot_id} | Get Chapter Snapshot | Try |
| POST | stream_chapter_snapshot_audio | /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots/{chapter_snapshot_id}/stream | Stream Chapter Audio | Try |
| GET | get_project_muted_tracks_endpoint | /v1/studio/projects/{project_id}/muted-tracks | Get Project Muted Tracks | Try |
| GET | get_dubbing_resource | /v1/dubbing/resource/{dubbing_id} | Get The Dubbing Resource For An Id. | Try |
| POST | add_language | /v1/dubbing/resource/{dubbing_id}/language | Add A Language To The Resource | Try |
| POST | create_clip | /v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}/segment | Create A Segment For The Speaker | Try |
| PATCH | update_segment_language | /v1/dubbing/resource/{dubbing_id}/segment/{segment_id}/{language} | Modify A Single Segment | Try |
| POST | migrate_segments | /v1/dubbing/resource/{dubbing_id}/migrate-segments | Move Segments Between Speakers | Try |
| DELETE | delete_segment | /v1/dubbing/resource/{dubbing_id}/segment/{segment_id} | Deletes A Single Segment | Try |
| POST | transcribe | /v1/dubbing/resource/{dubbing_id}/transcribe | Transcribes Segments | Try |
| POST | translate | /v1/dubbing/resource/{dubbing_id}/translate | Translates All Or Some Segments And Languages | Try |
| POST | dub | /v1/dubbing/resource/{dubbing_id}/dub | Dubs All Or Some Segments And Languages | Try |
| PATCH | update_speaker | /v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id} | Update Metadata For A Speaker | Try |
| POST | create_speaker | /v1/dubbing/resource/{dubbing_id}/speaker | Create A New Speaker | Try |
| GET | get_similar_voices_for_speaker | /v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}/similar-voices | Search The Elevenlabs Library For Voices Similar To A Speaker. | Try |
| POST | render | /v1/dubbing/resource/{dubbing_id}/render/{language} | Render Audio Or Video For The Given Language | Try |
| GET | list_dubs | /v1/dubbing | List Dubs | Try |
| POST | create_dubbing | /v1/dubbing | Dub A Video Or An Audio File | Try |
| GET | get_dubbed_metadata | /v1/dubbing/{dubbing_id} | Get Dubbing | Try |
| DELETE | delete_dubbing | /v1/dubbing/{dubbing_id} | Delete Dubbing | Try |
| GET | get_dubbed_file | /v1/dubbing/{dubbing_id}/audio/{language_code} | Get Dubbed File | Try |
| GET | get_dubbed_transcript_file | /v1/dubbing/{dubbing_id}/transcript/{language_code} | Get Dubbed Transcript | Try |
| GET | get_dubbing_transcripts | /v1/dubbing/{dubbing_id}/transcripts/{language_code}/format/{format_type} | Retrieve A Transcript | Try |
| GET | get_models | /v1/models | Get Models | Try |
| POST | create_audio_native_project | /v1/audio-native | Creates Audio Native Enabled Project. | Try |
| GET | get_audio_native_project_settings_endpoint | /v1/audio-native/{project_id}/settings | Get Audio Native Project Settings | Try |
| POST | audio_native_project_update_content_endpoint | /v1/audio-native/{project_id}/content | Update Audio-Native Project Content | Try |
| POST | audio_native_update_content_from_url | /v1/audio-native/content | Update Audio-Native Content From Url | Try |
| GET | get_library_voices | /v1/shared-voices | Get Voices | Try |
| POST | get_similar_library_voices | /v1/similar-voices | Get Similar Library Voices | Try |
| GET | usage_characters | /v1/usage/character-stats | Get Characters Usage Metrics (Deprecated) | Try |
| POST | add_from_file | /v1/pronunciation-dictionaries/add-from-file | Add A Pronunciation Dictionary | Try |
| POST | add_from_rules | /v1/pronunciation-dictionaries/add-from-rules | Add A Pronunciation Dictionary | Try |
| GET | get_pronunciation_dictionary_metadata | /v1/pronunciation-dictionaries/{pronunciation_dictionary_id} | Get Metadata For A Pronunciation Dictionary | Try |
| PATCH | patch_pronunciation_dictionary | /v1/pronunciation-dictionaries/{pronunciation_dictionary_id} | Update Pronunciation Dictionary | Try |
| POST | set_rules | /v1/pronunciation-dictionaries/{pronunciation_dictionary_id}/set-rules | Set Rules On The Pronunciation Dictionary | Try |
| POST | add_rules | /v1/pronunciation-dictionaries/{pronunciation_dictionary_id}/add-rules | Add Rules To The Pronunciation Dictionary | Try |
| POST | remove_rules | /v1/pronunciation-dictionaries/{pronunciation_dictionary_id}/remove-rules | Remove Rules From The Pronunciation Dictionary | Try |
| GET | get_pronunciation_dictionary_version_pls | /v1/pronunciation-dictionaries/{dictionary_id}/{version_id}/download | Get A Pls File With A Pronunciation Dictionary Version Rules | Try |
| GET | get_pronunciation_dictionaries_metadata | /v1/pronunciation-dictionaries | Get Pronunciation Dictionaries | Try |
| DELETE | revoke | /v1/workspaces/api-keys/revoke | Revoke Api Key | Try |
| GET | get_service_account_api_keys_route | /v1/service-accounts/{service_account_user_id}/api-keys | Get Service Account Api Keys Route | Try |
| POST | create_service_account_api_key | /v1/service-accounts/{service_account_user_id}/api-keys | Create Service Account Api Key | Try |
| PATCH | edit_service_account_api_key | /v1/service-accounts/{service_account_user_id}/api-keys/{api_key_id} | Edit Service Account Api Key | Try |
| DELETE | delete_service_account_api_key | /v1/service-accounts/{service_account_user_id}/api-keys/{api_key_id} | Delete Service Account Api Key | Try |
| GET | get_workspace_audit_logs | /v1/workspace/audit-logs | Get Workspace Audit Logs | Try |
| GET | list_auth_connections | /v1/workspace/auth-connections | Get Workspace Auth Connections | Try |
| POST | create_auth_connection | /v1/workspace/auth-connections | Create Workspace Auth Connection | Try |
| PATCH | update_auth_connection | /v1/workspace/auth-connections/{auth_connection_id} | Update Workspace Auth Connection | Try |
| DELETE | delete_auth_connection | /v1/workspace/auth-connections/{auth_connection_id} | Delete Workspace Auth Connection | Try |
| GET | get_workspace_service_accounts | /v1/service-accounts | Get Workspace Service Accounts | Try |
| GET | get_groups_endpoint | /v1/workspace/groups | Get All Groups | Try |
| GET | search_groups | /v1/workspace/groups/search | Search User Groups | Try |
| POST | remove_member | /v1/workspace/groups/{group_id}/members/remove | Delete Member From User Group | Try |
| POST | add_member | /v1/workspace/groups/{group_id}/members | Add Member To User Group | Try |
| POST | invite_user | /v1/workspace/invites/add | Invite User | Try |
| POST | invite_users_bulk | /v1/workspace/invites/add-bulk | Invite Multiple Users | Try |
| DELETE | delete_invite | /v1/workspace/invites | Delete Existing Invitation | Try |
| POST | update_workspace_member | /v1/workspace/members | Update Member | Try |
| GET | get_resource_metadata | /v1/workspace/resources/{resource_id} | Get Resource | Try |
| POST | share_resource_endpoint | /v1/workspace/resources/{resource_id}/share | Share Workspace Resource | Try |
| POST | unshare_resource_endpoint | /v1/workspace/resources/{resource_id}/unshare | Unshare Workspace Resource | Try |
| GET | get_workspace_webhooks_route | /v1/workspace/webhooks | List Workspace Webhooks | Try |
| POST | create_workspace_webhook_route | /v1/workspace/webhooks | Create Workspace Webhook | Try |
| PATCH | edit_workspace_webhook_route | /v1/workspace/webhooks/{webhook_id} | Update Workspace Webhook | Try |
| DELETE | delete_workspace_webhook_route | /v1/workspace/webhooks/{webhook_id} | Delete Workspace Webhook | Try |
| POST | speech_to_text | /v1/speech-to-text | Speech To Text | Try |
| GET | get_transcript_by_id | /v1/speech-to-text/transcripts/{transcription_id} | Get Transcript By Id | Try |
| DELETE | delete_transcript_by_id | /v1/speech-to-text/transcripts/{transcription_id} | Delete Transcript By Id | Try |
| POST | get_single_use_token | /v1/single-use-token/{token_type} | Create Single Use Token | Try |
| POST | forced_alignment | /v1/forced-alignment | Create Forced Alignment | Try |
| GET | get_conversation_signed_link | /v1/convai/conversation/get-signed-url | Get Signed Url | Try |
| GET | get_signed_url_deprecated | /v1/convai/conversation/get_signed_url | Get Signed Url | Try |
| GET | get_livekit_token | /v1/convai/conversation/token | Get Webrtc Token | Try |
| POST | handle_twilio_outbound_call | /v1/convai/twilio/outbound-call | Handle An Outbound Call Via Twilio | Try |
| POST | register_twilio_call | /v1/convai/twilio/register-call | Register A Twilio Call And Return Twiml | Try |
| POST | handle_exotel_outbound_call | /v1/convai/exotel/outbound-call | Handle An Outbound Call Via Exotel | Try |
| POST | whatsapp_outbound_call | /v1/convai/whatsapp/outbound-call | Make An Outbound Call Via Whatsapp | Try |
| POST | whatsapp_outbound_message | /v1/convai/whatsapp/outbound-message | Send An Outbound Message Via Whatsapp | Try |
| POST | create_agent_route | /v1/convai/agents/create | Create Agent | Try |
| GET | get_agent_summaries_route | /v1/convai/agents/summaries | Get Agent Summaries | Try |
| GET | get_agent_route | /v1/convai/agents/{agent_id} | Get Agent | Try |
| PATCH | patch_agent_settings_route | /v1/convai/agents/{agent_id} | Patches An Agent Settings | Try |
| DELETE | delete_agent_route | /v1/convai/agents/{agent_id} | Delete Agent | Try |
| GET | get_agent_widget_route | /v1/convai/agents/{agent_id}/widget | Get Agent Widget Config | Try |
| GET | get_agent_link_route | /v1/convai/agents/{agent_id}/link | Get Shareable Agent Link | Try |
| POST | post_agent_avatar_route | /v1/convai/agents/{agent_id}/avatar | Post Agent Avatar | Try |
| GET | get_agents_route | /v1/convai/agents | List Agents | Try |
| GET | get_agent_knowledge_base_size | /v1/convai/agent/{agent_id}/knowledge-base/size | Returns The Size Of The Agent'S Knowledge Base | Try |
| POST | get_agent_llm_expected_cost_calculation | /v1/convai/agent/{agent_id}/llm-usage/calculate | Calculate Expected Llm Usage For An Agent | Try |
| POST | duplicate_agent_route | /v1/convai/agents/{agent_id}/duplicate | Duplicate Agent | Try |
| POST | run_conversation_simulation_route | /v1/convai/agents/{agent_id}/simulate-conversation | Simulates A Conversation | Try |
| POST | run_conversation_simulation_route_stream | /v1/convai/agents/{agent_id}/simulate-conversation/stream | Simulates A Conversation (Stream) | Try |
| POST | create_agent_response_test_route | /v1/convai/agent-testing/create | Create Agent Response Test | Try |
| POST | create_agent_test_folder_route | /v1/convai/agent-testing/folders | Create Agent Test Folder | Try |
| GET | get_agent_test_folder_route | /v1/convai/agent-testing/folders/{folder_id} | Get Agent Test Folder By Id | Try |
| PATCH | update_agent_test_folder_route | /v1/convai/agent-testing/folders/{folder_id} | Update Agent Test Folder | Try |
| DELETE | delete_agent_test_folder_route | /v1/convai/agent-testing/folders/{folder_id} | Delete Agent Test Folder | Try |
| POST | agent_testing_bulk_move_route | /v1/convai/agent-testing/bulk-move | Bulk Move Tests To Folder | Try |
| GET | get_agent_response_test_route | /v1/convai/agent-testing/{test_id} | Get Agent Response Test By Id | Try |
| PUT | update_agent_response_test_route | /v1/convai/agent-testing/{test_id} | Update Agent Response Test | Try |
| DELETE | delete_chat_response_test_route | /v1/convai/agent-testing/{test_id} | Delete Agent Response Test | Try |
| POST | get_agent_response_tests_summaries_route | /v1/convai/agent-testing/summaries | Get Agent Response Test Summaries By Ids | Try |
| GET | list_chat_response_tests_route | /v1/convai/agent-testing | List Agent Response Tests | Try |
| GET | list_test_invocations_route | /v1/convai/test-invocations | List Test Invocations | Try |
| POST | run_agent_test_suite_route | /v1/convai/agents/{agent_id}/run-tests | Run Tests On The Agent | Try |
| GET | get_test_invocation_route | /v1/convai/test-invocations/{test_invocation_id} | Get Test Invocation | Try |
| POST | resubmit_tests_route | /v1/convai/test-invocations/{test_invocation_id}/resubmit | Resubmit Tests | Try |
| GET | get_conversation_histories_route | /v1/convai/conversations | Get Conversations | Try |
| GET | get_conversation_users_route | /v1/convai/users | Get Conversation Users | Try |
| GET | get_conversation_history_route | /v1/convai/conversations/{conversation_id} | Get Conversation Details | Try |
| DELETE | delete_conversation_route | /v1/convai/conversations/{conversation_id} | Delete Conversation | Try |
| GET | get_conversation_sip_messages | /v1/convai/conversations/{conversation_id}/sip-messages | Get Sip Messages For A Conversation | Try |
| GET | get_conversation_audio_route | /v1/convai/conversations/{conversation_id}/audio | Get Conversation Audio | Try |
| POST | post_conversation_feedback_route | /v1/convai/conversations/{conversation_id}/feedback | Send Conversation Feedback | Try |
| GET | text_search_conversation_messages_route | /v1/convai/conversations/messages/text-search | Text Search Conversation Messages | Try |
| GET | smart_search_conversation_messages_route | /v1/convai/conversations/messages/smart-search | Smart Search Conversation Messages | Try |
| POST | assign_conversation_tags_route | /v1/convai/conversations/{conversation_id}/tags | Assign Conversation Tags | Try |
| DELETE | unassign_conversation_tag_route | /v1/convai/conversations/{conversation_id}/tags/{tag_id} | Unassign Conversation Tag | Try |
| GET | list_conversation_tags_route | /v1/convai/tags | List Conversation Tags | Try |
| POST | create_conversation_tag_route | /v1/convai/tags | Create Conversation Tag | Try |
| GET | get_conversation_tag_route | /v1/convai/tags/{tag_id} | Get Conversation Tag | Try |
| PATCH | update_conversation_tag_route | /v1/convai/tags/{tag_id} | Update Conversation Tag | Try |
| DELETE | delete_conversation_tag_route | /v1/convai/tags/{tag_id} | Delete Conversation Tag | Try |
| GET | list_phone_numbers_route | /v1/convai/phone-numbers | List Phone Numbers | Try |
| POST | create_phone_number_route | /v1/convai/phone-numbers | Import Phone Number | Try |
| GET | get_phone_number_route | /v1/convai/phone-numbers/{phone_number_id} | Get Phone Number | Try |
| PATCH | update_phone_number_route | /v1/convai/phone-numbers/{phone_number_id} | Update Phone Number | Try |
| DELETE | delete_phone_number_route | /v1/convai/phone-numbers/{phone_number_id} | Delete Phone Number | Try |
| GET | list_sip_messages | /v1/convai/phone-numbers/{phone_number_id}/sip-messages | Get Sip Messages For A Phone Number | Try |
| POST | get_public_llm_expected_cost_calculation | /v1/convai/llm-usage/calculate | Calculate Expected Llm Usage | Try |
| GET | list_available_llms | /v1/convai/llm/list | List Available Llms | Try |
| POST | upload_file_route | /v1/convai/conversations/{conversation_id}/files | Upload File | Try |
| DELETE | cancel_file_upload_route | /v1/convai/conversations/{conversation_id}/files/{file_id} | Delete File Upload | Try |
| GET | get_live_count | /v1/convai/analytics/live-count | Get Live Count | Try |
| GET | get_agent_knowledge_base_summaries_route | /v1/convai/knowledge-base/summaries | Get Knowledge Base Summaries By Ids | Try |
| GET | get_knowledge_base_list_route | /v1/convai/knowledge-base | Get Knowledge Base List | Try |
| POST | add_documentation_to_knowledge_base | /v1/convai/knowledge-base | Add To Knowledge Base | Try |
| POST | create_url_document_route | /v1/convai/knowledge-base/url | Create Url Document | Try |
| POST | create_file_document_route | /v1/convai/knowledge-base/file | Create File Document | Try |
| POST | create_text_document_route | /v1/convai/knowledge-base/text | Create Text Document | Try |
| POST | create_folder_route | /v1/convai/knowledge-base/folder | Create Folder | Try |
| GET | get_documentation_from_knowledge_base | /v1/convai/knowledge-base/{documentation_id} | Get Documentation From Knowledge Base | Try |
| PATCH | update_document_route | /v1/convai/knowledge-base/{documentation_id} | Update Document | Try |
| DELETE | delete_knowledge_base_document | /v1/convai/knowledge-base/{documentation_id} | Delete Knowledge Base Document Or Folder | Try |
| PATCH | update_file_document_route | /v1/convai/knowledge-base/{documentation_id}/update-file | Update File Document | Try |
| GET | get_rag_index_overview | /v1/convai/knowledge-base/rag-index | Get Rag Index Overview. | Try |
| POST | get_or_create_rag_indexes | /v1/convai/knowledge-base/rag-index | Compute Rag Indexes In Batch | Try |
| POST | refresh_url_document_route | /v1/convai/knowledge-base/{documentation_id}/refresh | Refresh Url Document Content | Try |
| GET | get_rag_indexes | /v1/convai/knowledge-base/{documentation_id}/rag-index | Get Rag Indexes Of The Specified Knowledgebase Document. | Try |
| POST | rag_index_status | /v1/convai/knowledge-base/{documentation_id}/rag-index | Compute Rag Index. | Try |
| DELETE | delete_rag_index | /v1/convai/knowledge-base/{documentation_id}/rag-index/{rag_index_id} | Delete Rag Index. | Try |
| GET | search_knowledge_base_content_route | /v1/convai/knowledge-base/search | Search Knowledge Base Content | Try |
| GET | get_knowledge_base_dependent_agents | /v1/convai/knowledge-base/{documentation_id}/dependent-agents | Get Dependent Agents List | Try |
| GET | get_knowledge_base_content | /v1/convai/knowledge-base/{documentation_id}/content | Get Document Content | Try |
| GET | get_knowledge_base_source_file_url | /v1/convai/knowledge-base/{documentation_id}/source-file-url | Get Document Source File Url | Try |
| GET | get_documentation_chunk_from_knowledge_base | /v1/convai/knowledge-base/{documentation_id}/chunk/{chunk_id} | Get Documentation Chunk From Knowledge Base | Try |
| GET | get_documentation_chunks_from_knowledge_base | /v1/convai/knowledge-base/{documentation_id}/chunks | Get All Rag Chunks For A Document | Try |
| POST | post_knowledge_base_move_route | /v1/convai/knowledge-base/{document_id}/move | Move Entity To Folder | Try |
| POST | post_knowledge_base_bulk_move_route | /v1/convai/knowledge-base/bulk-move | Bulk Move Entities To Folder | Try |
| GET | get_agent_topics_route | /v1/convai/agents/{agent_id}/topics | Get Agent Conversation Topics | Try |
| GET | get_tools_route | /v1/convai/tools | Get Tools | Try |
| POST | add_tool_route | /v1/convai/tools | Add Tool | Try |
| GET | get_tool_route | /v1/convai/tools/{tool_id} | Get Tool | Try |
| PATCH | update_tool_route | /v1/convai/tools/{tool_id} | Update Tool | Try |
| DELETE | delete_tool_route | /v1/convai/tools/{tool_id} | Delete Tool | Try |
| GET | get_tool_dependent_agents_route | /v1/convai/tools/{tool_id}/dependent-agents | Get Dependent Agents List | Try |
| GET | get_tool_executions_route | /v1/convai/tools/{tool_id}/executions | Get Tool Executions | Try |
| GET | get_settings_route | /v1/convai/settings | Get Convai Settings | Try |
| PATCH | update_settings_route | /v1/convai/settings | Update Convai Settings | Try |
| GET | get_dashboard_settings_route | /v1/convai/settings/dashboard | Get Convai Dashboard Settings | Try |
| PATCH | update_dashboard_settings_route | /v1/convai/settings/dashboard | Update Convai Dashboard Settings | Try |
| GET | get_secrets_route | /v1/convai/secrets | Get Convai Workspace Secrets | Try |
| POST | create_secret_route | /v1/convai/secrets | Create Convai Workspace Secret | Try |
| GET | get_secret_route | /v1/convai/secrets/{secret_id} | Get Convai Workspace Secret | Try |
| PATCH | update_secret_route | /v1/convai/secrets/{secret_id} | Update Convai Workspace Secret | Try |
| DELETE | delete_secret_route | /v1/convai/secrets/{secret_id} | Delete Convai Workspace Secret | Try |
| GET | get_secret_dependencies_route | /v1/convai/secrets/{secret_id}/dependencies/{resource_type} | Get Secret Dependencies By Type | Try |
| POST | create_batch_call | /v1/convai/batch-calling/submit | Submit A Batch Call Request. | Try |
| GET | get_workspace_batch_calls | /v1/convai/batch-calling/workspace | Get All Batch Calls For A Workspace. | Try |
| GET | get_batch_call | /v1/convai/batch-calling/{batch_id} | Get A Batch Call By Id. | Try |
| DELETE | delete_batch_call | /v1/convai/batch-calling/{batch_id} | Delete A Batch Call. | Try |
| POST | cancel_batch_call | /v1/convai/batch-calling/{batch_id}/cancel | Cancel A Batch Call. | Try |
| POST | retry_batch_call | /v1/convai/batch-calling/{batch_id}/retry | Retry A Batch Call. | Try |
| POST | handle_sip_trunk_outbound_call | /v1/convai/sip-trunk/outbound-call | Handle An Outbound Call Via Sip Trunk | Try |
| GET | list_mcp_servers_route | /v1/convai/mcp-servers | List Mcp Servers | Try |
| POST | create_mcp_server_route | /v1/convai/mcp-servers | Create Mcp Server | Try |
| GET | get_mcp_route | /v1/convai/mcp-servers/{mcp_server_id} | Get Mcp Server | Try |
| PATCH | update_mcp_server_config_route | /v1/convai/mcp-servers/{mcp_server_id} | Update Mcp Server Configuration | Try |
| DELETE | delete_mcp_server_route | /v1/convai/mcp-servers/{mcp_server_id} | Delete Mcp Server | Try |
| GET | list_mcp_server_tools_route | /v1/convai/mcp-servers/{mcp_server_id}/tools | List Mcp Server Tools | Try |
| PATCH | update_mcp_server_approval_policy_route | /v1/convai/mcp-servers/{mcp_server_id}/approval-policy | Update Mcp Server Approval Policy | Try |
| POST | add_mcp_server_tool_approval_route | /v1/convai/mcp-servers/{mcp_server_id}/tool-approvals | Create Mcp Server Tool Approval | Try |
| DELETE | remove_mcp_server_tool_approval_route | /v1/convai/mcp-servers/{mcp_server_id}/tool-approvals/{tool_name} | Delete Mcp Server Tool Approval | Try |
| POST | add_mcp_tool_config_override_route | /v1/convai/mcp-servers/{mcp_server_id}/tool-configs | Create Mcp Tool Configuration Override | Try |
| GET | get_mcp_tool_config_override_route | /v1/convai/mcp-servers/{mcp_server_id}/tool-configs/{tool_name} | Get Mcp Tool Configuration Override | Try |
| PATCH | update_mcp_tool_config_override_route | /v1/convai/mcp-servers/{mcp_server_id}/tool-configs/{tool_name} | Update Mcp Tool Configuration Override | Try |
| DELETE | remove_mcp_tool_config_override_route | /v1/convai/mcp-servers/{mcp_server_id}/tool-configs/{tool_name} | Delete Mcp Tool Configuration Override | Try |
| GET | get_whatsapp_account | /v1/convai/whatsapp-accounts/{phone_number_id} | Get Whatsapp Account | Try |
| PATCH | update_whatsapp_account | /v1/convai/whatsapp-accounts/{phone_number_id} | Update Whatsapp Account | Try |
| DELETE | delete_whatsapp_account | /v1/convai/whatsapp-accounts/{phone_number_id} | Delete Whatsapp Account | Try |
| GET | list_whatsapp_accounts | /v1/convai/whatsapp-accounts | List Whatsapp Accounts | Try |
| GET | get_branches_route | /v1/convai/agents/{agent_id}/branches | List Agent Branches | Try |
| POST | create_branch_route | /v1/convai/agents/{agent_id}/branches | Create A New Branch | Try |
| GET | get_branch_route | /v1/convai/agents/{agent_id}/branches/{branch_id} | Get Agent Branch | Try |
| PATCH | update_branch_route | /v1/convai/agents/{agent_id}/branches/{branch_id} | Update Agent Branch | Try |
| GET | get_version_metadata_route | /v1/convai/agents/{agent_id}/versions/{version_id} | Get Agent Version Metadata | Try |
| POST | merge_branch_into_target | /v1/convai/agents/{agent_id}/branches/{source_branch_id}/merge | Merge A Branch Into A Target Branch | Try |
| POST | create_agent_deployment_route | /v1/convai/agents/{agent_id}/deployments | Create Or Update Deployments | Try |
| POST | create_agent_draft_route | /v1/convai/agents/{agent_id}/drafts | Create Agent Draft | Try |
| DELETE | delete_agent_draft_route | /v1/convai/agents/{agent_id}/drafts | Delete Agent Draft | Try |
| GET | list_speech_engines | /v1/speech-engine | List Speech Engines | Try |
| POST | create_speech_engine | /v1/speech-engine | Create Speech Engine | Try |
| GET | get_speech_engine | /v1/speech-engine/{speech_engine_id} | Get Speech Engine | Try |
| PATCH | update_speech_engine | /v1/speech-engine/{speech_engine_id} | Update Speech Engine | Try |
| DELETE | delete_speech_engine | /v1/speech-engine/{speech_engine_id} | Delete Speech Engine | Try |
| POST | run_conversation_analysis | /v1/convai/conversations/{conversation_id}/analysis/run | Run Conversation Analysis | Try |
| GET | list_environment_variables | /v1/convai/environment-variables | List Environment Variables | Try |
| POST | create_environment_variable | /v1/convai/environment-variables | Create Environment Variable | Try |
| GET | get_environment_variable | /v1/convai/environment-variables/{env_var_id} | Get Environment Variable | Try |
| PATCH | update_environment_variable | /v1/convai/environment-variables/{env_var_id} | Update Environment Variable | Try |
| POST | compose_plan | /v1/music/plan | Generate Composition Plan | Try |
| POST | generate | /v1/music | Compose Music | Try |
| POST | compose_detailed | /v1/music/detailed | Compose Music With A Detailed Response | Try |
| POST | stream_compose | /v1/music/stream | Stream Composed Music | Try |
| POST | upload_song | /v1/music/upload | Upload Music | Try |
| POST | separate_song_stems | /v1/music/stem-separation | Stem Separation | Try |
| GET | public_list_orders | /v1/productions/orders | List Orders | Try |
| POST | public_create_order | /v1/productions/orders | Create Order | Try |
| GET | public_get_order | /v1/productions/orders/{order_id} | Get Order | Try |
| PATCH | public_update_order | /v1/productions/orders/{order_id} | Update Order | Try |
| POST | public_register_media | /v1/productions/orders/{order_id}/media | Register Media | Try |
| GET | public_get_media_info | /v1/productions/orders/{order_id}/media/{media_id} | Get Media Info | Try |
| POST | public_upsert_order_item | /v1/productions/orders/{order_id}/items | Upsert Order Item | Try |
| DELETE | public_remove_order_item | /v1/productions/orders/{order_id}/items/{item_id} | Remove Order Item | Try |
| POST | public_submit_order | /v1/productions/orders/{order_id}/submit | Submit Order | Try |
| GET | public_get_order_deliverables | /v1/productions/orders/{order_id}/deliverables | Get Order Deliverables | Try |
| GET | public_get_available_languages | /v1/productions/orders/languages/{order_item_kind} | Get Available Languages | Try |
| POST | create_pvc_voice | /v1/voices/pvc | Create Pvc Voice | Try |
| POST | edit_pvc_voice | /v1/voices/pvc/{voice_id} | Edit Pvc Voice | Try |
| POST | add_pvc_voice_samples | /v1/voices/pvc/{voice_id}/samples | Add Samples To Pvc Voice | Try |
| POST | edit_pvc_voice_sample | /v1/voices/pvc/{voice_id}/samples/{sample_id} | Update Pvc Voice Sample | Try |
| DELETE | delete_pvc_voice_sample | /v1/voices/pvc/{voice_id}/samples/{sample_id} | Delete Pvc Voice Sample | Try |
| GET | get_pvc_sample_audio | /v1/voices/pvc/{voice_id}/samples/{sample_id}/audio | Retrieve Voice Sample Audio | Try |
| GET | get_pvc_sample_visual_waveform | /v1/voices/pvc/{voice_id}/samples/{sample_id}/waveform | Retrieve Voice Sample Visual Waveform | Try |
| GET | get_pvc_sample_speakers | /v1/voices/pvc/{voice_id}/samples/{sample_id}/speakers | Retrieve Speaker Separation Status | Try |
| POST | start_speaker_separation | /v1/voices/pvc/{voice_id}/samples/{sample_id}/separate-speakers | Start Speaker Separation | Try |
| GET | get_speaker_audio | /v1/voices/pvc/{voice_id}/samples/{sample_id}/speakers/{speaker_id}/audio | Retrieve Separated Speaker Audio | Try |
| GET | get_pvc_voice_captcha | /v1/voices/pvc/{voice_id}/captcha | Get Pvc Voice Captcha | Try |
| POST | verify_pvc_voice_captcha | /v1/voices/pvc/{voice_id}/captcha | Verify Pvc Voice Captcha | Try |
| POST | run_pvc_voice_training | /v1/voices/pvc/{voice_id}/train | Run Pvc Training | Try |
| POST | request_pvc_manual_verification | /v1/voices/pvc/{voice_id}/verification | Request Manual Verification | Try |
| POST | usage_by_product_over_time | /v1/workspace/analytics/query/usage-by-product-over-time | Get Workspace Usage | Try |
| POST | requests_list | /v1/workspace/analytics/requests | List Api Requests | Try |
| GET | redirect_to_mintlify | /docs | Redirect To Mintlify | Try |