@elevenlabs/elevenlabs-js 2.15.0 → 2.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +2 -2
- package/api/resources/audioNative/client/Client.js +6 -1
- package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
- package/api/resources/audioNative/index.d.ts +1 -0
- package/api/resources/audioNative/index.js +1 -0
- package/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
- package/api/resources/audioNative/types/index.d.ts +1 -0
- package/api/resources/audioNative/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +12 -4
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
- package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/api/resources/dubbing/client/Client.js +9 -1
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
- package/api/resources/dubbing/resources/resource/client/Client.js +1 -18
- package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
- package/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
- package/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
- package/api/resources/dubbing/types/index.d.ts +1 -0
- package/api/resources/dubbing/types/index.js +1 -0
- package/api/resources/history/client/Client.js +15 -1
- package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
- package/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
- package/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
- package/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
- package/api/resources/history/types/index.d.ts +1 -0
- package/api/resources/history/types/index.js +1 -0
- package/api/resources/index.d.ts +2 -1
- package/api/resources/index.js +3 -2
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
- package/api/resources/textToSpeech/client/Client.d.ts +2 -2
- package/api/resources/textToSpeech/client/Client.js +4 -2
- package/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/api/resources/textToSpeech/types/{BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
- package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
- package/api/resources/textToSpeech/types/index.d.ts +2 -2
- package/api/resources/textToSpeech/types/index.js +2 -2
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
- package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
- package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
- package/api/types/AgentMetadata.d.ts +7 -0
- package/api/types/AgentMetadata.js +5 -0
- package/api/types/AgentSortBy.d.ts +8 -0
- package/api/types/AgentSortBy.js +10 -0
- package/api/types/AttachedTestModel.d.ts +1 -0
- package/api/types/BreakdownTypes.d.ts +2 -1
- package/api/types/BreakdownTypes.js +1 -0
- package/api/types/ClientToolConfigInput.d.ts +1 -0
- package/api/types/ClientToolConfigOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/api/types/ConversationalConfig.d.ts +2 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
- package/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
- package/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
- package/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
- package/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
- package/api/types/GetSpeechHistoryResponse.d.ts +2 -0
- package/api/types/GetUnitTestResponseModel.d.ts +1 -0
- package/api/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/api/types/KnowledgeBaseSortBy.js +12 -0
- package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
- package/api/types/LivekitStackType.d.ts +8 -0
- package/{dist/api/types/ModelResponseModelConcurrencyGroup.js → api/types/LivekitStackType.js} +3 -3
- package/api/types/Llm.d.ts +4 -1
- package/api/types/Llm.js +3 -0
- package/api/types/LlmReasoningEffort.d.ts +10 -0
- package/api/types/LlmReasoningEffort.js +12 -0
- package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
- package/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
- package/api/types/McpServerConfigInput.d.ts +2 -0
- package/api/types/McpServerConfigOutput.d.ts +2 -0
- package/api/types/Model.d.ts +1 -1
- package/api/types/ModelSettingsResponseModel.d.ts +0 -2
- package/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
- package/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
- package/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
- package/api/types/ProjectResponseModelAccessLevel.js +1 -0
- package/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
- package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
- package/api/types/ResourceAccessInfoRole.d.ts +2 -1
- package/api/types/ResourceAccessInfoRole.js +1 -0
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
- package/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/api/types/SortDirection.d.ts +8 -0
- package/api/types/SortDirection.js +10 -0
- package/api/types/SystemToolConfigInput.d.ts +2 -1
- package/api/types/SystemToolConfigOutput.d.ts +2 -1
- package/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
- package/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
- package/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
- package/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
- package/api/types/TtsConversationalModel.d.ts +2 -1
- package/api/types/TtsConversationalModel.js +1 -0
- package/api/types/UnitTestCommonModelType.d.ts +8 -0
- package/api/types/UnitTestCommonModelType.js +10 -0
- package/api/types/UnitTestRunResponseModel.d.ts +1 -0
- package/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
- package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
- package/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
- package/api/types/VadConfig.d.ts +7 -0
- package/api/types/VadConfig.js +5 -0
- package/api/types/VadConfigWorkflowOverride.d.ts +7 -0
- package/api/types/VadConfigWorkflowOverride.js +5 -0
- package/api/types/WebhookToolConfigInput.d.ts +1 -0
- package/api/types/WebhookToolConfigOutput.d.ts +1 -0
- package/api/types/index.d.ts +12 -1
- package/api/types/index.js +12 -1
- package/dist/Client.js +2 -2
- package/dist/api/resources/audioNative/client/Client.js +6 -1
- package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
- package/dist/api/resources/audioNative/index.d.ts +1 -0
- package/dist/api/resources/audioNative/index.js +1 -0
- package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
- package/dist/api/resources/audioNative/types/index.d.ts +1 -0
- package/dist/api/resources/audioNative/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +12 -4
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/dist/api/resources/dubbing/client/Client.js +9 -1
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +1 -18
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
- package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
- package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
- package/dist/api/resources/dubbing/types/index.d.ts +1 -0
- package/dist/api/resources/dubbing/types/index.js +1 -0
- package/dist/api/resources/history/client/Client.js +15 -1
- package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
- package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
- package/dist/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
- package/dist/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
- package/dist/api/resources/history/types/index.d.ts +1 -0
- package/dist/api/resources/history/types/index.js +1 -0
- package/dist/api/resources/index.d.ts +2 -1
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
- package/dist/api/resources/textToSpeech/client/Client.d.ts +2 -2
- package/dist/api/resources/textToSpeech/client/Client.js +4 -2
- package/dist/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +5 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/dist/api/resources/textToSpeech/types/{BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
- package/{api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToSpeech/types/index.d.ts +2 -2
- package/dist/api/resources/textToSpeech/types/index.js +2 -2
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
- package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
- package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
- package/dist/api/types/AgentMetadata.d.ts +7 -0
- package/dist/api/types/AgentMetadata.js +5 -0
- package/dist/api/types/AgentSortBy.d.ts +8 -0
- package/dist/api/types/AgentSortBy.js +10 -0
- package/dist/api/types/AttachedTestModel.d.ts +1 -0
- package/dist/api/types/BreakdownTypes.d.ts +2 -1
- package/dist/api/types/BreakdownTypes.js +1 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +1 -0
- package/dist/api/types/ClientToolConfigOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationalConfig.d.ts +2 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
- package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
- package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
- package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
- package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
- package/dist/api/types/GetSpeechHistoryResponse.d.ts +2 -0
- package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -0
- package/dist/api/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/dist/api/types/KnowledgeBaseSortBy.js +12 -0
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
- package/dist/api/types/LivekitStackType.d.ts +8 -0
- package/{api/types/ModelResponseModelConcurrencyGroup.js → dist/api/types/LivekitStackType.js} +3 -3
- package/dist/api/types/Llm.d.ts +4 -1
- package/dist/api/types/Llm.js +3 -0
- package/dist/api/types/LlmReasoningEffort.d.ts +10 -0
- package/dist/api/types/LlmReasoningEffort.js +12 -0
- package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
- package/dist/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
- package/dist/api/types/McpServerConfigInput.d.ts +2 -0
- package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
- package/dist/api/types/Model.d.ts +1 -1
- package/dist/api/types/ModelSettingsResponseModel.d.ts +0 -2
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
- package/dist/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
- package/dist/api/types/ProjectResponseModelAccessLevel.js +1 -0
- package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
- package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
- package/dist/api/types/ResourceAccessInfoRole.d.ts +2 -1
- package/dist/api/types/ResourceAccessInfoRole.js +1 -0
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
- package/dist/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/dist/api/types/SortDirection.d.ts +8 -0
- package/dist/api/types/SortDirection.js +10 -0
- package/dist/api/types/SystemToolConfigInput.d.ts +2 -1
- package/dist/api/types/SystemToolConfigOutput.d.ts +2 -1
- package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
- package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
- package/dist/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
- package/dist/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
- package/dist/api/types/TtsConversationalModel.d.ts +2 -1
- package/dist/api/types/TtsConversationalModel.js +1 -0
- package/dist/api/types/UnitTestCommonModelType.d.ts +8 -0
- package/dist/api/types/UnitTestCommonModelType.js +10 -0
- package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -0
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
- package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
- package/dist/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
- package/dist/api/types/VadConfig.d.ts +7 -0
- package/dist/api/types/VadConfig.js +5 -0
- package/dist/api/types/VadConfigWorkflowOverride.d.ts +7 -0
- package/dist/api/types/VadConfigWorkflowOverride.js +5 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +1 -0
- package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -0
- package/dist/api/types/index.d.ts +12 -1
- package/dist/api/types/index.js +12 -1
- package/dist/serialization/resources/audioNative/index.d.ts +1 -0
- package/dist/serialization/resources/audioNative/index.js +17 -0
- package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/{serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js} +2 -2
- package/dist/serialization/resources/audioNative/types/index.d.ts +1 -0
- package/dist/serialization/resources/audioNative/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/{serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +7 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
- package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
- package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dubbing/types/DubbingListRequestOrderDirection.js} +2 -2
- package/dist/serialization/resources/dubbing/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/types/index.js +1 -0
- package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
- package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
- package/dist/serialization/resources/history/types/index.d.ts +1 -0
- package/dist/serialization/resources/history/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
- package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
- package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
- package/dist/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/index.js +3 -3
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToSpeech/types/index.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/index.js +2 -2
- package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
- package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
- package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
- package/dist/serialization/types/AgentMetadata.d.ts +13 -0
- package/dist/serialization/types/AgentMetadata.js +44 -0
- package/dist/serialization/types/AgentSortBy.d.ts +10 -0
- package/dist/serialization/types/{ModelResponseModelConcurrencyGroup.js → AgentSortBy.js} +2 -2
- package/dist/serialization/types/AttachedTestModel.d.ts +1 -0
- package/dist/serialization/types/AttachedTestModel.js +1 -0
- package/dist/serialization/types/BreakdownTypes.d.ts +1 -1
- package/dist/serialization/types/BreakdownTypes.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/dist/serialization/types/ConversationalConfig.d.ts +2 -0
- package/dist/serialization/types/ConversationalConfig.js +2 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
- package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
- package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
- package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
- package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
- package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
- package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
- package/dist/serialization/types/GetSpeechHistoryResponse.js +1 -0
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetUnitTestResponseModel.js +2 -0
- package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/{serialization/types/ModelResponseModelConcurrencyGroup.js → dist/serialization/types/KnowledgeBaseSortBy.js} +2 -2
- package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/dist/serialization/types/LivekitStackType.d.ts +10 -0
- package/dist/serialization/types/LivekitStackType.js +41 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +3 -0
- package/dist/serialization/types/LlmReasoningEffort.d.ts +10 -0
- package/dist/serialization/types/LlmReasoningEffort.js +41 -0
- package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
- package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigInput.js +1 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigOutput.js +1 -0
- package/dist/serialization/types/Model.d.ts +1 -2
- package/dist/serialization/types/Model.js +1 -2
- package/dist/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
- package/dist/serialization/types/ModelSettingsResponseModel.js +0 -1
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
- package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
- package/dist/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelInput.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
- package/dist/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
- package/dist/serialization/types/ResourceAccessInfoRole.js +1 -1
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
- package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
- package/dist/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
- package/dist/serialization/types/SortDirection.d.ts +10 -0
- package/dist/serialization/types/SortDirection.js +41 -0
- package/dist/serialization/types/SystemToolConfigInput.d.ts +1 -1
- package/dist/serialization/types/SystemToolConfigInput.js +1 -1
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +1 -1
- package/dist/serialization/types/SystemToolConfigOutput.js +1 -1
- package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
- package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
- package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
- package/dist/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
- package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/dist/serialization/types/TtsConversationalModel.js +7 -1
- package/dist/serialization/types/UnitTestCommonModelType.d.ts +10 -0
- package/dist/serialization/types/UnitTestCommonModelType.js +41 -0
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
- package/dist/serialization/types/UnitTestRunResponseModel.js +1 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
- package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
- package/dist/serialization/types/UnitTestToolCallParameterEval.js +2 -0
- package/dist/serialization/types/VadConfig.d.ts +12 -0
- package/dist/serialization/types/VadConfig.js +43 -0
- package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
- package/dist/serialization/types/VadConfigWorkflowOverride.js +43 -0
- package/dist/serialization/types/index.d.ts +12 -1
- package/dist/serialization/types/index.js +12 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +1170 -116
- package/serialization/resources/audioNative/index.d.ts +1 -0
- package/serialization/resources/audioNative/index.js +17 -0
- package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +41 -0
- package/serialization/resources/audioNative/types/index.d.ts +1 -0
- package/serialization/resources/audioNative/types/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/{dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +7 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
- package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
- package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.js +41 -0
- package/serialization/resources/dubbing/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/types/index.js +1 -0
- package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
- package/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
- package/serialization/resources/history/types/index.d.ts +1 -0
- package/serialization/resources/history/types/index.js +1 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
- package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
- package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
- package/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/serialization/resources/textToSpeech/client/requests/index.js +3 -3
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
- package/serialization/resources/textToSpeech/types/index.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/index.js +2 -2
- package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
- package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
- package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
- package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
- package/serialization/types/AgentMetadata.d.ts +13 -0
- package/serialization/types/AgentMetadata.js +44 -0
- package/serialization/types/AgentSortBy.d.ts +10 -0
- package/serialization/types/AgentSortBy.js +41 -0
- package/serialization/types/AttachedTestModel.d.ts +1 -0
- package/serialization/types/AttachedTestModel.js +1 -0
- package/serialization/types/BreakdownTypes.d.ts +1 -1
- package/serialization/types/BreakdownTypes.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/serialization/types/ConversationalConfig.d.ts +2 -0
- package/serialization/types/ConversationalConfig.js +2 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
- package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
- package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
- package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
- package/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
- package/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
- package/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
- package/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
- package/serialization/types/GetSpeechHistoryResponse.js +1 -0
- package/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
- package/serialization/types/GetUnitTestResponseModel.js +2 -0
- package/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/serialization/types/KnowledgeBaseSortBy.js +41 -0
- package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/serialization/types/LivekitStackType.d.ts +10 -0
- package/serialization/types/LivekitStackType.js +41 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +3 -0
- package/serialization/types/LlmReasoningEffort.d.ts +10 -0
- package/serialization/types/LlmReasoningEffort.js +41 -0
- package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
- package/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
- package/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/serialization/types/McpServerConfigInput.js +1 -0
- package/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/serialization/types/McpServerConfigOutput.js +1 -0
- package/serialization/types/Model.d.ts +1 -2
- package/serialization/types/Model.js +1 -2
- package/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
- package/serialization/types/ModelSettingsResponseModel.js +0 -1
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
- package/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
- package/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
- package/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelInput.js +2 -0
- package/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelOutput.js +2 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
- package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
- package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
- package/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
- package/serialization/types/ResourceAccessInfoRole.js +1 -1
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
- package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
- package/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
- package/serialization/types/SortDirection.d.ts +10 -0
- package/serialization/types/SortDirection.js +41 -0
- package/serialization/types/SystemToolConfigInput.d.ts +1 -1
- package/serialization/types/SystemToolConfigInput.js +1 -1
- package/serialization/types/SystemToolConfigOutput.d.ts +1 -1
- package/serialization/types/SystemToolConfigOutput.js +1 -1
- package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
- package/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
- package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
- package/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
- package/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/serialization/types/TtsConversationalModel.js +7 -1
- package/serialization/types/UnitTestCommonModelType.d.ts +10 -0
- package/serialization/types/UnitTestCommonModelType.js +41 -0
- package/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
- package/serialization/types/UnitTestRunResponseModel.js +1 -0
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/serialization/types/UnitTestSummaryResponseModel.js +2 -0
- package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
- package/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
- package/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
- package/serialization/types/UnitTestToolCallParameterEval.js +2 -0
- package/serialization/types/VadConfig.d.ts +12 -0
- package/serialization/types/VadConfig.js +43 -0
- package/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
- package/serialization/types/VadConfigWorkflowOverride.js +43 -0
- package/serialization/types/index.d.ts +12 -1
- package/serialization/types/index.js +12 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
- package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
- package/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
- package/dist/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/dist/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
- /package/api/resources/{textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +0 -0
- /package/{dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +0 -0
package/reference.md
CHANGED
|
@@ -248,6 +248,135 @@ await client.history.delete("VW7YKqPnjY4h39yTbx2L");
|
|
|
248
248
|
</dl>
|
|
249
249
|
</details>
|
|
250
250
|
|
|
251
|
+
<details><summary><code>client.history.<a href="/src/api/resources/history/client/Client.ts">getAudio</a>(historyItemId) -> ReadableStream<Uint8Array></code></summary>
|
|
252
|
+
<dl>
|
|
253
|
+
<dd>
|
|
254
|
+
|
|
255
|
+
#### 📝 Description
|
|
256
|
+
|
|
257
|
+
<dl>
|
|
258
|
+
<dd>
|
|
259
|
+
|
|
260
|
+
<dl>
|
|
261
|
+
<dd>
|
|
262
|
+
|
|
263
|
+
Returns the audio of an history item.
|
|
264
|
+
|
|
265
|
+
</dd>
|
|
266
|
+
</dl>
|
|
267
|
+
</dd>
|
|
268
|
+
</dl>
|
|
269
|
+
|
|
270
|
+
#### 🔌 Usage
|
|
271
|
+
|
|
272
|
+
<dl>
|
|
273
|
+
<dd>
|
|
274
|
+
|
|
275
|
+
<dl>
|
|
276
|
+
<dd>
|
|
277
|
+
|
|
278
|
+
```typescript
|
|
279
|
+
await client.history.getAudio("history_item_id");
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
</dd>
|
|
283
|
+
</dl>
|
|
284
|
+
</dd>
|
|
285
|
+
</dl>
|
|
286
|
+
|
|
287
|
+
#### ⚙️ Parameters
|
|
288
|
+
|
|
289
|
+
<dl>
|
|
290
|
+
<dd>
|
|
291
|
+
|
|
292
|
+
<dl>
|
|
293
|
+
<dd>
|
|
294
|
+
|
|
295
|
+
**historyItemId:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/get-all) endpoint to retrieve a list of history items.
|
|
296
|
+
|
|
297
|
+
</dd>
|
|
298
|
+
</dl>
|
|
299
|
+
|
|
300
|
+
<dl>
|
|
301
|
+
<dd>
|
|
302
|
+
|
|
303
|
+
**requestOptions:** `History.RequestOptions`
|
|
304
|
+
|
|
305
|
+
</dd>
|
|
306
|
+
</dl>
|
|
307
|
+
</dd>
|
|
308
|
+
</dl>
|
|
309
|
+
|
|
310
|
+
</dd>
|
|
311
|
+
</dl>
|
|
312
|
+
</details>
|
|
313
|
+
|
|
314
|
+
<details><summary><code>client.history.<a href="/src/api/resources/history/client/Client.ts">download</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
315
|
+
<dl>
|
|
316
|
+
<dd>
|
|
317
|
+
|
|
318
|
+
#### 📝 Description
|
|
319
|
+
|
|
320
|
+
<dl>
|
|
321
|
+
<dd>
|
|
322
|
+
|
|
323
|
+
<dl>
|
|
324
|
+
<dd>
|
|
325
|
+
|
|
326
|
+
Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file.
|
|
327
|
+
|
|
328
|
+
</dd>
|
|
329
|
+
</dl>
|
|
330
|
+
</dd>
|
|
331
|
+
</dl>
|
|
332
|
+
|
|
333
|
+
#### 🔌 Usage
|
|
334
|
+
|
|
335
|
+
<dl>
|
|
336
|
+
<dd>
|
|
337
|
+
|
|
338
|
+
<dl>
|
|
339
|
+
<dd>
|
|
340
|
+
|
|
341
|
+
```typescript
|
|
342
|
+
await client.history.download({
|
|
343
|
+
historyItemIds: ["history_item_ids", "history_item_ids"],
|
|
344
|
+
outputFormat: undefined,
|
|
345
|
+
});
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
</dd>
|
|
349
|
+
</dl>
|
|
350
|
+
</dd>
|
|
351
|
+
</dl>
|
|
352
|
+
|
|
353
|
+
#### ⚙️ Parameters
|
|
354
|
+
|
|
355
|
+
<dl>
|
|
356
|
+
<dd>
|
|
357
|
+
|
|
358
|
+
<dl>
|
|
359
|
+
<dd>
|
|
360
|
+
|
|
361
|
+
**request:** `ElevenLabs.DownloadHistoryRequest`
|
|
362
|
+
|
|
363
|
+
</dd>
|
|
364
|
+
</dl>
|
|
365
|
+
|
|
366
|
+
<dl>
|
|
367
|
+
<dd>
|
|
368
|
+
|
|
369
|
+
**requestOptions:** `History.RequestOptions`
|
|
370
|
+
|
|
371
|
+
</dd>
|
|
372
|
+
</dl>
|
|
373
|
+
</dd>
|
|
374
|
+
</dl>
|
|
375
|
+
|
|
376
|
+
</dd>
|
|
377
|
+
</dl>
|
|
378
|
+
</details>
|
|
379
|
+
|
|
251
380
|
## TextToSoundEffects
|
|
252
381
|
|
|
253
382
|
<details><summary><code>client.textToSoundEffects.<a href="/src/api/resources/textToSoundEffects/client/Client.ts">convert</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
@@ -521,7 +650,7 @@ await client.textToSpeech.convertWithTimestamps("21m00Tcm4TlvDq8ikWAM", {
|
|
|
521
650
|
<dl>
|
|
522
651
|
<dd>
|
|
523
652
|
|
|
524
|
-
**request:** `ElevenLabs.
|
|
653
|
+
**request:** `ElevenLabs.BodyTextToSpeechFullWithTimestamps`
|
|
525
654
|
|
|
526
655
|
</dd>
|
|
527
656
|
</dl>
|
|
@@ -2801,6 +2930,77 @@ await client.pronunciationDictionaries.update("21m00Tcm4TlvDq8ikWAM");
|
|
|
2801
2930
|
</dl>
|
|
2802
2931
|
</details>
|
|
2803
2932
|
|
|
2933
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">download</a>(dictionaryId, versionId) -> ReadableStream<Uint8Array></code></summary>
|
|
2934
|
+
<dl>
|
|
2935
|
+
<dd>
|
|
2936
|
+
|
|
2937
|
+
#### 📝 Description
|
|
2938
|
+
|
|
2939
|
+
<dl>
|
|
2940
|
+
<dd>
|
|
2941
|
+
|
|
2942
|
+
<dl>
|
|
2943
|
+
<dd>
|
|
2944
|
+
|
|
2945
|
+
Get a PLS file with a pronunciation dictionary version rules
|
|
2946
|
+
|
|
2947
|
+
</dd>
|
|
2948
|
+
</dl>
|
|
2949
|
+
</dd>
|
|
2950
|
+
</dl>
|
|
2951
|
+
|
|
2952
|
+
#### 🔌 Usage
|
|
2953
|
+
|
|
2954
|
+
<dl>
|
|
2955
|
+
<dd>
|
|
2956
|
+
|
|
2957
|
+
<dl>
|
|
2958
|
+
<dd>
|
|
2959
|
+
|
|
2960
|
+
```typescript
|
|
2961
|
+
await client.pronunciationDictionaries.download("dictionary_id", "version_id");
|
|
2962
|
+
```
|
|
2963
|
+
|
|
2964
|
+
</dd>
|
|
2965
|
+
</dl>
|
|
2966
|
+
</dd>
|
|
2967
|
+
</dl>
|
|
2968
|
+
|
|
2969
|
+
#### ⚙️ Parameters
|
|
2970
|
+
|
|
2971
|
+
<dl>
|
|
2972
|
+
<dd>
|
|
2973
|
+
|
|
2974
|
+
<dl>
|
|
2975
|
+
<dd>
|
|
2976
|
+
|
|
2977
|
+
**dictionaryId:** `string` — The id of the pronunciation dictionary
|
|
2978
|
+
|
|
2979
|
+
</dd>
|
|
2980
|
+
</dl>
|
|
2981
|
+
|
|
2982
|
+
<dl>
|
|
2983
|
+
<dd>
|
|
2984
|
+
|
|
2985
|
+
**versionId:** `string` — The id of the version of the pronunciation dictionary
|
|
2986
|
+
|
|
2987
|
+
</dd>
|
|
2988
|
+
</dl>
|
|
2989
|
+
|
|
2990
|
+
<dl>
|
|
2991
|
+
<dd>
|
|
2992
|
+
|
|
2993
|
+
**requestOptions:** `PronunciationDictionaries.RequestOptions`
|
|
2994
|
+
|
|
2995
|
+
</dd>
|
|
2996
|
+
</dl>
|
|
2997
|
+
</dd>
|
|
2998
|
+
</dl>
|
|
2999
|
+
|
|
3000
|
+
</dd>
|
|
3001
|
+
</dl>
|
|
3002
|
+
</details>
|
|
3003
|
+
|
|
2804
3004
|
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.GetPronunciationDictionariesMetadataResponseModel</code></summary>
|
|
2805
3005
|
<dl>
|
|
2806
3006
|
<dd>
|
|
@@ -3453,9 +3653,7 @@ await client.conversationalAi.updateSecret("secret_id", {
|
|
|
3453
3653
|
|
|
3454
3654
|
## Music
|
|
3455
3655
|
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">getSignedUrl</a>({ ...params }) -> ElevenLabs.ConversationSignedUrlResponseModel</code></summary>
|
|
3656
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">compose</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
3459
3657
|
<dl>
|
|
3460
3658
|
<dd>
|
|
3461
3659
|
|
|
@@ -3467,7 +3665,7 @@ await client.conversationalAi.updateSecret("secret_id", {
|
|
|
3467
3665
|
<dl>
|
|
3468
3666
|
<dd>
|
|
3469
3667
|
|
|
3470
|
-
|
|
3668
|
+
Compose a song from a prompt or a composition plan.
|
|
3471
3669
|
|
|
3472
3670
|
</dd>
|
|
3473
3671
|
</dl>
|
|
@@ -3483,8 +3681,14 @@ Get a signed url to start a conversation with an agent with an agent that requir
|
|
|
3483
3681
|
<dd>
|
|
3484
3682
|
|
|
3485
3683
|
```typescript
|
|
3486
|
-
await client.
|
|
3487
|
-
|
|
3684
|
+
await client.music.compose({
|
|
3685
|
+
respectSectionsDurations: undefined,
|
|
3686
|
+
prompt: undefined,
|
|
3687
|
+
musicPrompt: undefined,
|
|
3688
|
+
compositionPlan: undefined,
|
|
3689
|
+
musicLengthMs: undefined,
|
|
3690
|
+
modelId: undefined,
|
|
3691
|
+
seed: undefined,
|
|
3488
3692
|
});
|
|
3489
3693
|
```
|
|
3490
3694
|
|
|
@@ -3501,7 +3705,7 @@ await client.conversationalAi.conversations.getSignedUrl({
|
|
|
3501
3705
|
<dl>
|
|
3502
3706
|
<dd>
|
|
3503
3707
|
|
|
3504
|
-
**request:** `ElevenLabs.
|
|
3708
|
+
**request:** `ElevenLabs.BodyComposeMusicV1MusicPost`
|
|
3505
3709
|
|
|
3506
3710
|
</dd>
|
|
3507
3711
|
</dl>
|
|
@@ -3509,7 +3713,7 @@ await client.conversationalAi.conversations.getSignedUrl({
|
|
|
3509
3713
|
<dl>
|
|
3510
3714
|
<dd>
|
|
3511
3715
|
|
|
3512
|
-
**requestOptions:** `
|
|
3716
|
+
**requestOptions:** `Music.RequestOptions`
|
|
3513
3717
|
|
|
3514
3718
|
</dd>
|
|
3515
3719
|
</dl>
|
|
@@ -3520,7 +3724,7 @@ await client.conversationalAi.conversations.getSignedUrl({
|
|
|
3520
3724
|
</dl>
|
|
3521
3725
|
</details>
|
|
3522
3726
|
|
|
3523
|
-
<details><summary><code>client.
|
|
3727
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">composeDetailed</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
3524
3728
|
<dl>
|
|
3525
3729
|
<dd>
|
|
3526
3730
|
|
|
@@ -3532,7 +3736,7 @@ await client.conversationalAi.conversations.getSignedUrl({
|
|
|
3532
3736
|
<dl>
|
|
3533
3737
|
<dd>
|
|
3534
3738
|
|
|
3535
|
-
|
|
3739
|
+
Compose a song from a prompt or a composition plan.
|
|
3536
3740
|
|
|
3537
3741
|
</dd>
|
|
3538
3742
|
</dl>
|
|
@@ -3548,8 +3752,13 @@ Get a WebRTC session token for real-time communication.
|
|
|
3548
3752
|
<dd>
|
|
3549
3753
|
|
|
3550
3754
|
```typescript
|
|
3551
|
-
await client.
|
|
3552
|
-
|
|
3755
|
+
await client.music.composeDetailed({
|
|
3756
|
+
prompt: undefined,
|
|
3757
|
+
musicPrompt: undefined,
|
|
3758
|
+
compositionPlan: undefined,
|
|
3759
|
+
musicLengthMs: undefined,
|
|
3760
|
+
modelId: undefined,
|
|
3761
|
+
seed: undefined,
|
|
3553
3762
|
});
|
|
3554
3763
|
```
|
|
3555
3764
|
|
|
@@ -3566,7 +3775,7 @@ await client.conversationalAi.conversations.getWebrtcToken({
|
|
|
3566
3775
|
<dl>
|
|
3567
3776
|
<dd>
|
|
3568
3777
|
|
|
3569
|
-
**request:** `ElevenLabs.
|
|
3778
|
+
**request:** `ElevenLabs.BodyComposeMusicWithADetailedResponseV1MusicDetailedPost`
|
|
3570
3779
|
|
|
3571
3780
|
</dd>
|
|
3572
3781
|
</dl>
|
|
@@ -3574,7 +3783,7 @@ await client.conversationalAi.conversations.getWebrtcToken({
|
|
|
3574
3783
|
<dl>
|
|
3575
3784
|
<dd>
|
|
3576
3785
|
|
|
3577
|
-
**requestOptions:** `
|
|
3786
|
+
**requestOptions:** `Music.RequestOptions`
|
|
3578
3787
|
|
|
3579
3788
|
</dd>
|
|
3580
3789
|
</dl>
|
|
@@ -3585,7 +3794,7 @@ await client.conversationalAi.conversations.getWebrtcToken({
|
|
|
3585
3794
|
</dl>
|
|
3586
3795
|
</details>
|
|
3587
3796
|
|
|
3588
|
-
<details><summary><code>client.
|
|
3797
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">stream</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
3589
3798
|
<dl>
|
|
3590
3799
|
<dd>
|
|
3591
3800
|
|
|
@@ -3597,7 +3806,7 @@ await client.conversationalAi.conversations.getWebrtcToken({
|
|
|
3597
3806
|
<dl>
|
|
3598
3807
|
<dd>
|
|
3599
3808
|
|
|
3600
|
-
|
|
3809
|
+
Stream a composed song from a prompt or a composition plan.
|
|
3601
3810
|
|
|
3602
3811
|
</dd>
|
|
3603
3812
|
</dl>
|
|
@@ -3613,7 +3822,14 @@ Get all conversations of agents that user owns. With option to restrict to a spe
|
|
|
3613
3822
|
<dd>
|
|
3614
3823
|
|
|
3615
3824
|
```typescript
|
|
3616
|
-
await client.
|
|
3825
|
+
await client.music.stream({
|
|
3826
|
+
prompt: undefined,
|
|
3827
|
+
musicPrompt: undefined,
|
|
3828
|
+
compositionPlan: undefined,
|
|
3829
|
+
musicLengthMs: undefined,
|
|
3830
|
+
modelId: undefined,
|
|
3831
|
+
seed: undefined,
|
|
3832
|
+
});
|
|
3617
3833
|
```
|
|
3618
3834
|
|
|
3619
3835
|
</dd>
|
|
@@ -3629,7 +3845,7 @@ await client.conversationalAi.conversations.list();
|
|
|
3629
3845
|
<dl>
|
|
3630
3846
|
<dd>
|
|
3631
3847
|
|
|
3632
|
-
**request:** `ElevenLabs.
|
|
3848
|
+
**request:** `ElevenLabs.BodyStreamComposedMusicV1MusicStreamPost`
|
|
3633
3849
|
|
|
3634
3850
|
</dd>
|
|
3635
3851
|
</dl>
|
|
@@ -3637,7 +3853,7 @@ await client.conversationalAi.conversations.list();
|
|
|
3637
3853
|
<dl>
|
|
3638
3854
|
<dd>
|
|
3639
3855
|
|
|
3640
|
-
**requestOptions:** `
|
|
3856
|
+
**requestOptions:** `Music.RequestOptions`
|
|
3641
3857
|
|
|
3642
3858
|
</dd>
|
|
3643
3859
|
</dl>
|
|
@@ -3648,7 +3864,9 @@ await client.conversationalAi.conversations.list();
|
|
|
3648
3864
|
</dl>
|
|
3649
3865
|
</details>
|
|
3650
3866
|
|
|
3651
|
-
|
|
3867
|
+
## ConversationalAi Conversations
|
|
3868
|
+
|
|
3869
|
+
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">getSignedUrl</a>({ ...params }) -> ElevenLabs.ConversationSignedUrlResponseModel</code></summary>
|
|
3652
3870
|
<dl>
|
|
3653
3871
|
<dd>
|
|
3654
3872
|
|
|
@@ -3660,7 +3878,7 @@ await client.conversationalAi.conversations.list();
|
|
|
3660
3878
|
<dl>
|
|
3661
3879
|
<dd>
|
|
3662
3880
|
|
|
3663
|
-
Get
|
|
3881
|
+
Get a signed url to start a conversation with an agent with an agent that requires authorization
|
|
3664
3882
|
|
|
3665
3883
|
</dd>
|
|
3666
3884
|
</dl>
|
|
@@ -3676,7 +3894,9 @@ Get the details of a particular conversation
|
|
|
3676
3894
|
<dd>
|
|
3677
3895
|
|
|
3678
3896
|
```typescript
|
|
3679
|
-
await client.conversationalAi.conversations.
|
|
3897
|
+
await client.conversationalAi.conversations.getSignedUrl({
|
|
3898
|
+
agentId: "21m00Tcm4TlvDq8ikWAM",
|
|
3899
|
+
});
|
|
3680
3900
|
```
|
|
3681
3901
|
|
|
3682
3902
|
</dd>
|
|
@@ -3692,7 +3912,7 @@ await client.conversationalAi.conversations.get("123");
|
|
|
3692
3912
|
<dl>
|
|
3693
3913
|
<dd>
|
|
3694
3914
|
|
|
3695
|
-
**
|
|
3915
|
+
**request:** `ElevenLabs.conversationalAi.ConversationsGetSignedUrlRequest`
|
|
3696
3916
|
|
|
3697
3917
|
</dd>
|
|
3698
3918
|
</dl>
|
|
@@ -3711,7 +3931,7 @@ await client.conversationalAi.conversations.get("123");
|
|
|
3711
3931
|
</dl>
|
|
3712
3932
|
</details>
|
|
3713
3933
|
|
|
3714
|
-
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">
|
|
3934
|
+
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">getWebrtcToken</a>({ ...params }) -> ElevenLabs.TokenResponseModel</code></summary>
|
|
3715
3935
|
<dl>
|
|
3716
3936
|
<dd>
|
|
3717
3937
|
|
|
@@ -3723,7 +3943,7 @@ await client.conversationalAi.conversations.get("123");
|
|
|
3723
3943
|
<dl>
|
|
3724
3944
|
<dd>
|
|
3725
3945
|
|
|
3726
|
-
|
|
3946
|
+
Get a WebRTC session token for real-time communication.
|
|
3727
3947
|
|
|
3728
3948
|
</dd>
|
|
3729
3949
|
</dl>
|
|
@@ -3739,7 +3959,9 @@ Delete a particular conversation
|
|
|
3739
3959
|
<dd>
|
|
3740
3960
|
|
|
3741
3961
|
```typescript
|
|
3742
|
-
await client.conversationalAi.conversations.
|
|
3962
|
+
await client.conversationalAi.conversations.getWebrtcToken({
|
|
3963
|
+
agentId: "21m00Tcm4TlvDq8ikWAM",
|
|
3964
|
+
});
|
|
3743
3965
|
```
|
|
3744
3966
|
|
|
3745
3967
|
</dd>
|
|
@@ -3755,7 +3977,7 @@ await client.conversationalAi.conversations.delete("21m00Tcm4TlvDq8ikWAM");
|
|
|
3755
3977
|
<dl>
|
|
3756
3978
|
<dd>
|
|
3757
3979
|
|
|
3758
|
-
**
|
|
3980
|
+
**request:** `ElevenLabs.conversationalAi.ConversationsGetWebrtcTokenRequest`
|
|
3759
3981
|
|
|
3760
3982
|
</dd>
|
|
3761
3983
|
</dl>
|
|
@@ -3774,9 +3996,7 @@ await client.conversationalAi.conversations.delete("21m00Tcm4TlvDq8ikWAM");
|
|
|
3774
3996
|
</dl>
|
|
3775
3997
|
</details>
|
|
3776
3998
|
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
<details><summary><code>client.conversationalAi.twilio.<a href="/src/api/resources/conversationalAi/resources/twilio/client/Client.ts">outboundCall</a>({ ...params }) -> ElevenLabs.TwilioOutboundCallResponse</code></summary>
|
|
3999
|
+
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.GetConversationsPageResponseModel</code></summary>
|
|
3780
4000
|
<dl>
|
|
3781
4001
|
<dd>
|
|
3782
4002
|
|
|
@@ -3788,7 +4008,7 @@ await client.conversationalAi.conversations.delete("21m00Tcm4TlvDq8ikWAM");
|
|
|
3788
4008
|
<dl>
|
|
3789
4009
|
<dd>
|
|
3790
4010
|
|
|
3791
|
-
|
|
4011
|
+
Get all conversations of agents that user owns. With option to restrict to a specific agent.
|
|
3792
4012
|
|
|
3793
4013
|
</dd>
|
|
3794
4014
|
</dl>
|
|
@@ -3804,11 +4024,7 @@ Handle an outbound call via Twilio
|
|
|
3804
4024
|
<dd>
|
|
3805
4025
|
|
|
3806
4026
|
```typescript
|
|
3807
|
-
await client.conversationalAi.
|
|
3808
|
-
agentId: "agent_id",
|
|
3809
|
-
agentPhoneNumberId: "agent_phone_number_id",
|
|
3810
|
-
toNumber: "to_number",
|
|
3811
|
-
});
|
|
4027
|
+
await client.conversationalAi.conversations.list();
|
|
3812
4028
|
```
|
|
3813
4029
|
|
|
3814
4030
|
</dd>
|
|
@@ -3824,7 +4040,7 @@ await client.conversationalAi.twilio.outboundCall({
|
|
|
3824
4040
|
<dl>
|
|
3825
4041
|
<dd>
|
|
3826
4042
|
|
|
3827
|
-
**request:** `ElevenLabs.conversationalAi.
|
|
4043
|
+
**request:** `ElevenLabs.conversationalAi.ConversationsListRequest`
|
|
3828
4044
|
|
|
3829
4045
|
</dd>
|
|
3830
4046
|
</dl>
|
|
@@ -3832,7 +4048,7 @@ await client.conversationalAi.twilio.outboundCall({
|
|
|
3832
4048
|
<dl>
|
|
3833
4049
|
<dd>
|
|
3834
4050
|
|
|
3835
|
-
**requestOptions:** `
|
|
4051
|
+
**requestOptions:** `Conversations.RequestOptions`
|
|
3836
4052
|
|
|
3837
4053
|
</dd>
|
|
3838
4054
|
</dl>
|
|
@@ -3843,9 +4059,7 @@ await client.conversationalAi.twilio.outboundCall({
|
|
|
3843
4059
|
</dl>
|
|
3844
4060
|
</details>
|
|
3845
4061
|
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
<details><summary><code>client.conversationalAi.agents.<a href="/src/api/resources/conversationalAi/resources/agents/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.CreateAgentResponseModel</code></summary>
|
|
4062
|
+
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">get</a>(conversationId) -> ElevenLabs.GetConversationResponseModel</code></summary>
|
|
3849
4063
|
<dl>
|
|
3850
4064
|
<dd>
|
|
3851
4065
|
|
|
@@ -3857,7 +4071,7 @@ await client.conversationalAi.twilio.outboundCall({
|
|
|
3857
4071
|
<dl>
|
|
3858
4072
|
<dd>
|
|
3859
4073
|
|
|
3860
|
-
|
|
4074
|
+
Get the details of a particular conversation
|
|
3861
4075
|
|
|
3862
4076
|
</dd>
|
|
3863
4077
|
</dl>
|
|
@@ -3873,9 +4087,7 @@ Create an agent from a config object
|
|
|
3873
4087
|
<dd>
|
|
3874
4088
|
|
|
3875
4089
|
```typescript
|
|
3876
|
-
await client.conversationalAi.
|
|
3877
|
-
conversationConfig: {},
|
|
3878
|
-
});
|
|
4090
|
+
await client.conversationalAi.conversations.get("123");
|
|
3879
4091
|
```
|
|
3880
4092
|
|
|
3881
4093
|
</dd>
|
|
@@ -3891,7 +4103,206 @@ await client.conversationalAi.agents.create({
|
|
|
3891
4103
|
<dl>
|
|
3892
4104
|
<dd>
|
|
3893
4105
|
|
|
3894
|
-
**
|
|
4106
|
+
**conversationId:** `string` — The id of the conversation you're taking the action on.
|
|
4107
|
+
|
|
4108
|
+
</dd>
|
|
4109
|
+
</dl>
|
|
4110
|
+
|
|
4111
|
+
<dl>
|
|
4112
|
+
<dd>
|
|
4113
|
+
|
|
4114
|
+
**requestOptions:** `Conversations.RequestOptions`
|
|
4115
|
+
|
|
4116
|
+
</dd>
|
|
4117
|
+
</dl>
|
|
4118
|
+
</dd>
|
|
4119
|
+
</dl>
|
|
4120
|
+
|
|
4121
|
+
</dd>
|
|
4122
|
+
</dl>
|
|
4123
|
+
</details>
|
|
4124
|
+
|
|
4125
|
+
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">delete</a>(conversationId) -> unknown</code></summary>
|
|
4126
|
+
<dl>
|
|
4127
|
+
<dd>
|
|
4128
|
+
|
|
4129
|
+
#### 📝 Description
|
|
4130
|
+
|
|
4131
|
+
<dl>
|
|
4132
|
+
<dd>
|
|
4133
|
+
|
|
4134
|
+
<dl>
|
|
4135
|
+
<dd>
|
|
4136
|
+
|
|
4137
|
+
Delete a particular conversation
|
|
4138
|
+
|
|
4139
|
+
</dd>
|
|
4140
|
+
</dl>
|
|
4141
|
+
</dd>
|
|
4142
|
+
</dl>
|
|
4143
|
+
|
|
4144
|
+
#### 🔌 Usage
|
|
4145
|
+
|
|
4146
|
+
<dl>
|
|
4147
|
+
<dd>
|
|
4148
|
+
|
|
4149
|
+
<dl>
|
|
4150
|
+
<dd>
|
|
4151
|
+
|
|
4152
|
+
```typescript
|
|
4153
|
+
await client.conversationalAi.conversations.delete("21m00Tcm4TlvDq8ikWAM");
|
|
4154
|
+
```
|
|
4155
|
+
|
|
4156
|
+
</dd>
|
|
4157
|
+
</dl>
|
|
4158
|
+
</dd>
|
|
4159
|
+
</dl>
|
|
4160
|
+
|
|
4161
|
+
#### ⚙️ Parameters
|
|
4162
|
+
|
|
4163
|
+
<dl>
|
|
4164
|
+
<dd>
|
|
4165
|
+
|
|
4166
|
+
<dl>
|
|
4167
|
+
<dd>
|
|
4168
|
+
|
|
4169
|
+
**conversationId:** `string` — The id of the conversation you're taking the action on.
|
|
4170
|
+
|
|
4171
|
+
</dd>
|
|
4172
|
+
</dl>
|
|
4173
|
+
|
|
4174
|
+
<dl>
|
|
4175
|
+
<dd>
|
|
4176
|
+
|
|
4177
|
+
**requestOptions:** `Conversations.RequestOptions`
|
|
4178
|
+
|
|
4179
|
+
</dd>
|
|
4180
|
+
</dl>
|
|
4181
|
+
</dd>
|
|
4182
|
+
</dl>
|
|
4183
|
+
|
|
4184
|
+
</dd>
|
|
4185
|
+
</dl>
|
|
4186
|
+
</details>
|
|
4187
|
+
|
|
4188
|
+
## ConversationalAi Twilio
|
|
4189
|
+
|
|
4190
|
+
<details><summary><code>client.conversationalAi.twilio.<a href="/src/api/resources/conversationalAi/resources/twilio/client/Client.ts">outboundCall</a>({ ...params }) -> ElevenLabs.TwilioOutboundCallResponse</code></summary>
|
|
4191
|
+
<dl>
|
|
4192
|
+
<dd>
|
|
4193
|
+
|
|
4194
|
+
#### 📝 Description
|
|
4195
|
+
|
|
4196
|
+
<dl>
|
|
4197
|
+
<dd>
|
|
4198
|
+
|
|
4199
|
+
<dl>
|
|
4200
|
+
<dd>
|
|
4201
|
+
|
|
4202
|
+
Handle an outbound call via Twilio
|
|
4203
|
+
|
|
4204
|
+
</dd>
|
|
4205
|
+
</dl>
|
|
4206
|
+
</dd>
|
|
4207
|
+
</dl>
|
|
4208
|
+
|
|
4209
|
+
#### 🔌 Usage
|
|
4210
|
+
|
|
4211
|
+
<dl>
|
|
4212
|
+
<dd>
|
|
4213
|
+
|
|
4214
|
+
<dl>
|
|
4215
|
+
<dd>
|
|
4216
|
+
|
|
4217
|
+
```typescript
|
|
4218
|
+
await client.conversationalAi.twilio.outboundCall({
|
|
4219
|
+
agentId: "agent_id",
|
|
4220
|
+
agentPhoneNumberId: "agent_phone_number_id",
|
|
4221
|
+
toNumber: "to_number",
|
|
4222
|
+
});
|
|
4223
|
+
```
|
|
4224
|
+
|
|
4225
|
+
</dd>
|
|
4226
|
+
</dl>
|
|
4227
|
+
</dd>
|
|
4228
|
+
</dl>
|
|
4229
|
+
|
|
4230
|
+
#### ⚙️ Parameters
|
|
4231
|
+
|
|
4232
|
+
<dl>
|
|
4233
|
+
<dd>
|
|
4234
|
+
|
|
4235
|
+
<dl>
|
|
4236
|
+
<dd>
|
|
4237
|
+
|
|
4238
|
+
**request:** `ElevenLabs.conversationalAi.BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost`
|
|
4239
|
+
|
|
4240
|
+
</dd>
|
|
4241
|
+
</dl>
|
|
4242
|
+
|
|
4243
|
+
<dl>
|
|
4244
|
+
<dd>
|
|
4245
|
+
|
|
4246
|
+
**requestOptions:** `Twilio.RequestOptions`
|
|
4247
|
+
|
|
4248
|
+
</dd>
|
|
4249
|
+
</dl>
|
|
4250
|
+
</dd>
|
|
4251
|
+
</dl>
|
|
4252
|
+
|
|
4253
|
+
</dd>
|
|
4254
|
+
</dl>
|
|
4255
|
+
</details>
|
|
4256
|
+
|
|
4257
|
+
## ConversationalAi Agents
|
|
4258
|
+
|
|
4259
|
+
<details><summary><code>client.conversationalAi.agents.<a href="/src/api/resources/conversationalAi/resources/agents/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.CreateAgentResponseModel</code></summary>
|
|
4260
|
+
<dl>
|
|
4261
|
+
<dd>
|
|
4262
|
+
|
|
4263
|
+
#### 📝 Description
|
|
4264
|
+
|
|
4265
|
+
<dl>
|
|
4266
|
+
<dd>
|
|
4267
|
+
|
|
4268
|
+
<dl>
|
|
4269
|
+
<dd>
|
|
4270
|
+
|
|
4271
|
+
Create an agent from a config object
|
|
4272
|
+
|
|
4273
|
+
</dd>
|
|
4274
|
+
</dl>
|
|
4275
|
+
</dd>
|
|
4276
|
+
</dl>
|
|
4277
|
+
|
|
4278
|
+
#### 🔌 Usage
|
|
4279
|
+
|
|
4280
|
+
<dl>
|
|
4281
|
+
<dd>
|
|
4282
|
+
|
|
4283
|
+
<dl>
|
|
4284
|
+
<dd>
|
|
4285
|
+
|
|
4286
|
+
```typescript
|
|
4287
|
+
await client.conversationalAi.agents.create({
|
|
4288
|
+
conversationConfig: {},
|
|
4289
|
+
});
|
|
4290
|
+
```
|
|
4291
|
+
|
|
4292
|
+
</dd>
|
|
4293
|
+
</dl>
|
|
4294
|
+
</dd>
|
|
4295
|
+
</dl>
|
|
4296
|
+
|
|
4297
|
+
#### ⚙️ Parameters
|
|
4298
|
+
|
|
4299
|
+
<dl>
|
|
4300
|
+
<dd>
|
|
4301
|
+
|
|
4302
|
+
<dl>
|
|
4303
|
+
<dd>
|
|
4304
|
+
|
|
4305
|
+
**request:** `ElevenLabs.conversationalAi.BodyCreateAgentV1ConvaiAgentsCreatePost`
|
|
3895
4306
|
|
|
3896
4307
|
</dd>
|
|
3897
4308
|
</dl>
|
|
@@ -5172,7 +5583,7 @@ await client.conversationalAi.phoneNumbers.delete("TeaqRRdTcIfIu2i7BYfT");
|
|
|
5172
5583
|
<dl>
|
|
5173
5584
|
<dd>
|
|
5174
5585
|
|
|
5175
|
-
Update
|
|
5586
|
+
Update assigned agent of a phone number
|
|
5176
5587
|
|
|
5177
5588
|
</dd>
|
|
5178
5589
|
</dl>
|
|
@@ -6656,9 +7067,7 @@ await client.conversationalAi.mcpServers.get("mcp_server_id");
|
|
|
6656
7067
|
</dl>
|
|
6657
7068
|
</details>
|
|
6658
7069
|
|
|
6659
|
-
|
|
6660
|
-
|
|
6661
|
-
<details><summary><code>client.conversationalAi.agents.widget.<a href="/src/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.ts">get</a>(agentId, { ...params }) -> ElevenLabs.GetAgentEmbedResponseModel</code></summary>
|
|
7070
|
+
<details><summary><code>client.conversationalAi.mcpServers.<a href="/src/api/resources/conversationalAi/resources/mcpServers/client/Client.ts">update</a>(mcpServerId, { ...params }) -> ElevenLabs.McpServerResponseModel</code></summary>
|
|
6662
7071
|
<dl>
|
|
6663
7072
|
<dd>
|
|
6664
7073
|
|
|
@@ -6670,7 +7079,7 @@ await client.conversationalAi.mcpServers.get("mcp_server_id");
|
|
|
6670
7079
|
<dl>
|
|
6671
7080
|
<dd>
|
|
6672
7081
|
|
|
6673
|
-
|
|
7082
|
+
Update the configuration settings for an MCP server.
|
|
6674
7083
|
|
|
6675
7084
|
</dd>
|
|
6676
7085
|
</dl>
|
|
@@ -6686,7 +7095,7 @@ Retrieve the widget configuration for an agent
|
|
|
6686
7095
|
<dd>
|
|
6687
7096
|
|
|
6688
7097
|
```typescript
|
|
6689
|
-
await client.conversationalAi.
|
|
7098
|
+
await client.conversationalAi.mcpServers.update("mcp_server_id");
|
|
6690
7099
|
```
|
|
6691
7100
|
|
|
6692
7101
|
</dd>
|
|
@@ -6702,7 +7111,7 @@ await client.conversationalAi.agents.widget.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6702
7111
|
<dl>
|
|
6703
7112
|
<dd>
|
|
6704
7113
|
|
|
6705
|
-
**
|
|
7114
|
+
**mcpServerId:** `string` — ID of the MCP Server.
|
|
6706
7115
|
|
|
6707
7116
|
</dd>
|
|
6708
7117
|
</dl>
|
|
@@ -6710,7 +7119,7 @@ await client.conversationalAi.agents.widget.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6710
7119
|
<dl>
|
|
6711
7120
|
<dd>
|
|
6712
7121
|
|
|
6713
|
-
**request:** `ElevenLabs.conversationalAi.
|
|
7122
|
+
**request:** `ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModel`
|
|
6714
7123
|
|
|
6715
7124
|
</dd>
|
|
6716
7125
|
</dl>
|
|
@@ -6718,7 +7127,7 @@ await client.conversationalAi.agents.widget.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6718
7127
|
<dl>
|
|
6719
7128
|
<dd>
|
|
6720
7129
|
|
|
6721
|
-
**requestOptions:** `
|
|
7130
|
+
**requestOptions:** `McpServers.RequestOptions`
|
|
6722
7131
|
|
|
6723
7132
|
</dd>
|
|
6724
7133
|
</dl>
|
|
@@ -6729,9 +7138,9 @@ await client.conversationalAi.agents.widget.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6729
7138
|
</dl>
|
|
6730
7139
|
</details>
|
|
6731
7140
|
|
|
6732
|
-
## ConversationalAi Agents
|
|
7141
|
+
## ConversationalAi Agents Widget
|
|
6733
7142
|
|
|
6734
|
-
<details><summary><code>client.conversationalAi.agents.
|
|
7143
|
+
<details><summary><code>client.conversationalAi.agents.widget.<a href="/src/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.ts">get</a>(agentId, { ...params }) -> ElevenLabs.GetAgentEmbedResponseModel</code></summary>
|
|
6735
7144
|
<dl>
|
|
6736
7145
|
<dd>
|
|
6737
7146
|
|
|
@@ -6743,7 +7152,7 @@ await client.conversationalAi.agents.widget.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6743
7152
|
<dl>
|
|
6744
7153
|
<dd>
|
|
6745
7154
|
|
|
6746
|
-
|
|
7155
|
+
Retrieve the widget configuration for an agent
|
|
6747
7156
|
|
|
6748
7157
|
</dd>
|
|
6749
7158
|
</dl>
|
|
@@ -6759,7 +7168,7 @@ Get the current link used to share the agent with others
|
|
|
6759
7168
|
<dd>
|
|
6760
7169
|
|
|
6761
7170
|
```typescript
|
|
6762
|
-
await client.conversationalAi.agents.
|
|
7171
|
+
await client.conversationalAi.agents.widget.get("21m00Tcm4TlvDq8ikWAM");
|
|
6763
7172
|
```
|
|
6764
7173
|
|
|
6765
7174
|
</dd>
|
|
@@ -6783,7 +7192,15 @@ await client.conversationalAi.agents.link.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6783
7192
|
<dl>
|
|
6784
7193
|
<dd>
|
|
6785
7194
|
|
|
6786
|
-
**
|
|
7195
|
+
**request:** `ElevenLabs.conversationalAi.agents.WidgetGetRequest`
|
|
7196
|
+
|
|
7197
|
+
</dd>
|
|
7198
|
+
</dl>
|
|
7199
|
+
|
|
7200
|
+
<dl>
|
|
7201
|
+
<dd>
|
|
7202
|
+
|
|
7203
|
+
**requestOptions:** `Widget.RequestOptions`
|
|
6787
7204
|
|
|
6788
7205
|
</dd>
|
|
6789
7206
|
</dl>
|
|
@@ -6794,9 +7211,9 @@ await client.conversationalAi.agents.link.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6794
7211
|
</dl>
|
|
6795
7212
|
</details>
|
|
6796
7213
|
|
|
6797
|
-
## ConversationalAi Agents
|
|
7214
|
+
## ConversationalAi Agents Link
|
|
6798
7215
|
|
|
6799
|
-
<details><summary><code>client.conversationalAi.agents.
|
|
7216
|
+
<details><summary><code>client.conversationalAi.agents.link.<a href="/src/api/resources/conversationalAi/resources/agents/resources/link/client/Client.ts">get</a>(agentId) -> ElevenLabs.GetAgentLinkResponseModel</code></summary>
|
|
6800
7217
|
<dl>
|
|
6801
7218
|
<dd>
|
|
6802
7219
|
|
|
@@ -6808,7 +7225,7 @@ await client.conversationalAi.agents.link.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
6808
7225
|
<dl>
|
|
6809
7226
|
<dd>
|
|
6810
7227
|
|
|
6811
|
-
|
|
7228
|
+
Get the current link used to share the agent with others
|
|
6812
7229
|
|
|
6813
7230
|
</dd>
|
|
6814
7231
|
</dl>
|
|
@@ -6824,7 +7241,7 @@ Returns the number of pages in the agent's knowledge base.
|
|
|
6824
7241
|
<dd>
|
|
6825
7242
|
|
|
6826
7243
|
```typescript
|
|
6827
|
-
await client.conversationalAi.agents.
|
|
7244
|
+
await client.conversationalAi.agents.link.get("21m00Tcm4TlvDq8ikWAM");
|
|
6828
7245
|
```
|
|
6829
7246
|
|
|
6830
7247
|
</dd>
|
|
@@ -6840,7 +7257,7 @@ await client.conversationalAi.agents.knowledgeBase.size("agent_id");
|
|
|
6840
7257
|
<dl>
|
|
6841
7258
|
<dd>
|
|
6842
7259
|
|
|
6843
|
-
**agentId:** `string`
|
|
7260
|
+
**agentId:** `string` — The id of an agent. This is returned on agent creation.
|
|
6844
7261
|
|
|
6845
7262
|
</dd>
|
|
6846
7263
|
</dl>
|
|
@@ -6848,7 +7265,7 @@ await client.conversationalAi.agents.knowledgeBase.size("agent_id");
|
|
|
6848
7265
|
<dl>
|
|
6849
7266
|
<dd>
|
|
6850
7267
|
|
|
6851
|
-
**requestOptions:** `
|
|
7268
|
+
**requestOptions:** `Link.RequestOptions`
|
|
6852
7269
|
|
|
6853
7270
|
</dd>
|
|
6854
7271
|
</dl>
|
|
@@ -6859,9 +7276,9 @@ await client.conversationalAi.agents.knowledgeBase.size("agent_id");
|
|
|
6859
7276
|
</dl>
|
|
6860
7277
|
</details>
|
|
6861
7278
|
|
|
6862
|
-
## ConversationalAi Agents
|
|
7279
|
+
## ConversationalAi Agents KnowledgeBase
|
|
6863
7280
|
|
|
6864
|
-
<details><summary><code>client.conversationalAi.agents.
|
|
7281
|
+
<details><summary><code>client.conversationalAi.agents.knowledgeBase.<a href="/src/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.ts">size</a>(agentId) -> ElevenLabs.GetAgentKnowledgebaseSizeResponseModel</code></summary>
|
|
6865
7282
|
<dl>
|
|
6866
7283
|
<dd>
|
|
6867
7284
|
|
|
@@ -6873,7 +7290,7 @@ await client.conversationalAi.agents.knowledgeBase.size("agent_id");
|
|
|
6873
7290
|
<dl>
|
|
6874
7291
|
<dd>
|
|
6875
7292
|
|
|
6876
|
-
|
|
7293
|
+
Returns the number of pages in the agent's knowledge base.
|
|
6877
7294
|
|
|
6878
7295
|
</dd>
|
|
6879
7296
|
</dl>
|
|
@@ -6889,7 +7306,7 @@ Calculates expected number of LLM tokens needed for the specified agent.
|
|
|
6889
7306
|
<dd>
|
|
6890
7307
|
|
|
6891
7308
|
```typescript
|
|
6892
|
-
await client.conversationalAi.agents.
|
|
7309
|
+
await client.conversationalAi.agents.knowledgeBase.size("agent_id");
|
|
6893
7310
|
```
|
|
6894
7311
|
|
|
6895
7312
|
</dd>
|
|
@@ -6913,16 +7330,81 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
|
|
|
6913
7330
|
<dl>
|
|
6914
7331
|
<dd>
|
|
6915
7332
|
|
|
6916
|
-
**
|
|
7333
|
+
**requestOptions:** `KnowledgeBase.RequestOptions`
|
|
6917
7334
|
|
|
6918
7335
|
</dd>
|
|
6919
7336
|
</dl>
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
|
|
6925
|
-
|
|
7337
|
+
</dd>
|
|
7338
|
+
</dl>
|
|
7339
|
+
|
|
7340
|
+
</dd>
|
|
7341
|
+
</dl>
|
|
7342
|
+
</details>
|
|
7343
|
+
|
|
7344
|
+
## ConversationalAi Agents LlmUsage
|
|
7345
|
+
|
|
7346
|
+
<details><summary><code>client.conversationalAi.agents.llmUsage.<a href="/src/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.ts">calculate</a>(agentId, { ...params }) -> ElevenLabs.LlmUsageCalculatorResponseModel</code></summary>
|
|
7347
|
+
<dl>
|
|
7348
|
+
<dd>
|
|
7349
|
+
|
|
7350
|
+
#### 📝 Description
|
|
7351
|
+
|
|
7352
|
+
<dl>
|
|
7353
|
+
<dd>
|
|
7354
|
+
|
|
7355
|
+
<dl>
|
|
7356
|
+
<dd>
|
|
7357
|
+
|
|
7358
|
+
Calculates expected number of LLM tokens needed for the specified agent.
|
|
7359
|
+
|
|
7360
|
+
</dd>
|
|
7361
|
+
</dl>
|
|
7362
|
+
</dd>
|
|
7363
|
+
</dl>
|
|
7364
|
+
|
|
7365
|
+
#### 🔌 Usage
|
|
7366
|
+
|
|
7367
|
+
<dl>
|
|
7368
|
+
<dd>
|
|
7369
|
+
|
|
7370
|
+
<dl>
|
|
7371
|
+
<dd>
|
|
7372
|
+
|
|
7373
|
+
```typescript
|
|
7374
|
+
await client.conversationalAi.agents.llmUsage.calculate("agent_id");
|
|
7375
|
+
```
|
|
7376
|
+
|
|
7377
|
+
</dd>
|
|
7378
|
+
</dl>
|
|
7379
|
+
</dd>
|
|
7380
|
+
</dl>
|
|
7381
|
+
|
|
7382
|
+
#### ⚙️ Parameters
|
|
7383
|
+
|
|
7384
|
+
<dl>
|
|
7385
|
+
<dd>
|
|
7386
|
+
|
|
7387
|
+
<dl>
|
|
7388
|
+
<dd>
|
|
7389
|
+
|
|
7390
|
+
**agentId:** `string`
|
|
7391
|
+
|
|
7392
|
+
</dd>
|
|
7393
|
+
</dl>
|
|
7394
|
+
|
|
7395
|
+
<dl>
|
|
7396
|
+
<dd>
|
|
7397
|
+
|
|
7398
|
+
**request:** `ElevenLabs.conversationalAi.agents.LlmUsageCalculatorRequestModel`
|
|
7399
|
+
|
|
7400
|
+
</dd>
|
|
7401
|
+
</dl>
|
|
7402
|
+
|
|
7403
|
+
<dl>
|
|
7404
|
+
<dd>
|
|
7405
|
+
|
|
7406
|
+
**requestOptions:** `LlmUsage.RequestOptions`
|
|
7407
|
+
|
|
6926
7408
|
</dd>
|
|
6927
7409
|
</dl>
|
|
6928
7410
|
</dd>
|
|
@@ -7009,6 +7491,69 @@ await client.conversationalAi.agents.widget.avatar.create("21m00Tcm4TlvDq8ikWAM"
|
|
|
7009
7491
|
|
|
7010
7492
|
## ConversationalAi Conversations Audio
|
|
7011
7493
|
|
|
7494
|
+
<details><summary><code>client.conversationalAi.conversations.audio.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.ts">get</a>(conversationId) -> ReadableStream<Uint8Array></code></summary>
|
|
7495
|
+
<dl>
|
|
7496
|
+
<dd>
|
|
7497
|
+
|
|
7498
|
+
#### 📝 Description
|
|
7499
|
+
|
|
7500
|
+
<dl>
|
|
7501
|
+
<dd>
|
|
7502
|
+
|
|
7503
|
+
<dl>
|
|
7504
|
+
<dd>
|
|
7505
|
+
|
|
7506
|
+
Get the audio recording of a particular conversation
|
|
7507
|
+
|
|
7508
|
+
</dd>
|
|
7509
|
+
</dl>
|
|
7510
|
+
</dd>
|
|
7511
|
+
</dl>
|
|
7512
|
+
|
|
7513
|
+
#### 🔌 Usage
|
|
7514
|
+
|
|
7515
|
+
<dl>
|
|
7516
|
+
<dd>
|
|
7517
|
+
|
|
7518
|
+
<dl>
|
|
7519
|
+
<dd>
|
|
7520
|
+
|
|
7521
|
+
```typescript
|
|
7522
|
+
await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
7523
|
+
```
|
|
7524
|
+
|
|
7525
|
+
</dd>
|
|
7526
|
+
</dl>
|
|
7527
|
+
</dd>
|
|
7528
|
+
</dl>
|
|
7529
|
+
|
|
7530
|
+
#### ⚙️ Parameters
|
|
7531
|
+
|
|
7532
|
+
<dl>
|
|
7533
|
+
<dd>
|
|
7534
|
+
|
|
7535
|
+
<dl>
|
|
7536
|
+
<dd>
|
|
7537
|
+
|
|
7538
|
+
**conversationId:** `string` — The id of the conversation you're taking the action on.
|
|
7539
|
+
|
|
7540
|
+
</dd>
|
|
7541
|
+
</dl>
|
|
7542
|
+
|
|
7543
|
+
<dl>
|
|
7544
|
+
<dd>
|
|
7545
|
+
|
|
7546
|
+
**requestOptions:** `Audio.RequestOptions`
|
|
7547
|
+
|
|
7548
|
+
</dd>
|
|
7549
|
+
</dl>
|
|
7550
|
+
</dd>
|
|
7551
|
+
</dl>
|
|
7552
|
+
|
|
7553
|
+
</dd>
|
|
7554
|
+
</dl>
|
|
7555
|
+
</details>
|
|
7556
|
+
|
|
7012
7557
|
## ConversationalAi Conversations Feedback
|
|
7013
7558
|
|
|
7014
7559
|
<details><summary><code>client.conversationalAi.conversations.feedback.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.ts">create</a>(conversationId, { ...params }) -> unknown</code></summary>
|
|
@@ -7977,7 +8522,7 @@ await client.conversationalAi.mcpServers.tools.list("mcp_server_id");
|
|
|
7977
8522
|
<dl>
|
|
7978
8523
|
<dd>
|
|
7979
8524
|
|
|
7980
|
-
Update the approval policy configuration for an MCP server.
|
|
8525
|
+
Update the approval policy configuration for an MCP server. DEPRECATED: Use PATCH /mcp-servers/{id} endpoint instead.
|
|
7981
8526
|
|
|
7982
8527
|
</dd>
|
|
7983
8528
|
</dl>
|
|
@@ -8691,6 +9236,77 @@ await client.dubbing.resource.render("dubbing_id", "language", {
|
|
|
8691
9236
|
|
|
8692
9237
|
## Dubbing Audio
|
|
8693
9238
|
|
|
9239
|
+
<details><summary><code>client.dubbing.audio.<a href="/src/api/resources/dubbing/resources/audio/client/Client.ts">get</a>(dubbingId, languageCode) -> ReadableStream<Uint8Array></code></summary>
|
|
9240
|
+
<dl>
|
|
9241
|
+
<dd>
|
|
9242
|
+
|
|
9243
|
+
#### 📝 Description
|
|
9244
|
+
|
|
9245
|
+
<dl>
|
|
9246
|
+
<dd>
|
|
9247
|
+
|
|
9248
|
+
<dl>
|
|
9249
|
+
<dd>
|
|
9250
|
+
|
|
9251
|
+
Returns dub as a streamed MP3 or MP4 file. If this dub has been edited using Dubbing Studio you need to use the resource render endpoint as this endpoint only returns the original automatic dub result.
|
|
9252
|
+
|
|
9253
|
+
</dd>
|
|
9254
|
+
</dl>
|
|
9255
|
+
</dd>
|
|
9256
|
+
</dl>
|
|
9257
|
+
|
|
9258
|
+
#### 🔌 Usage
|
|
9259
|
+
|
|
9260
|
+
<dl>
|
|
9261
|
+
<dd>
|
|
9262
|
+
|
|
9263
|
+
<dl>
|
|
9264
|
+
<dd>
|
|
9265
|
+
|
|
9266
|
+
```typescript
|
|
9267
|
+
await client.dubbing.audio.get("dubbing_id", "language_code");
|
|
9268
|
+
```
|
|
9269
|
+
|
|
9270
|
+
</dd>
|
|
9271
|
+
</dl>
|
|
9272
|
+
</dd>
|
|
9273
|
+
</dl>
|
|
9274
|
+
|
|
9275
|
+
#### ⚙️ Parameters
|
|
9276
|
+
|
|
9277
|
+
<dl>
|
|
9278
|
+
<dd>
|
|
9279
|
+
|
|
9280
|
+
<dl>
|
|
9281
|
+
<dd>
|
|
9282
|
+
|
|
9283
|
+
**dubbingId:** `string` — ID of the dubbing project.
|
|
9284
|
+
|
|
9285
|
+
</dd>
|
|
9286
|
+
</dl>
|
|
9287
|
+
|
|
9288
|
+
<dl>
|
|
9289
|
+
<dd>
|
|
9290
|
+
|
|
9291
|
+
**languageCode:** `string` — ID of the language.
|
|
9292
|
+
|
|
9293
|
+
</dd>
|
|
9294
|
+
</dl>
|
|
9295
|
+
|
|
9296
|
+
<dl>
|
|
9297
|
+
<dd>
|
|
9298
|
+
|
|
9299
|
+
**requestOptions:** `Audio.RequestOptions`
|
|
9300
|
+
|
|
9301
|
+
</dd>
|
|
9302
|
+
</dl>
|
|
9303
|
+
</dd>
|
|
9304
|
+
</dl>
|
|
9305
|
+
|
|
9306
|
+
</dd>
|
|
9307
|
+
</dl>
|
|
9308
|
+
</details>
|
|
9309
|
+
|
|
8694
9310
|
## Dubbing Transcript
|
|
8695
9311
|
|
|
8696
9312
|
<details><summary><code>client.dubbing.transcript.<a href="/src/api/resources/dubbing/resources/transcript/client/Client.ts">getTranscriptForDub</a>(dubbingId, languageCode, { ...params }) -> string</code></summary>
|
|
@@ -9820,9 +10436,7 @@ await client.speechToText.transcripts.get("transcription_id");
|
|
|
9820
10436
|
</dl>
|
|
9821
10437
|
</details>
|
|
9822
10438
|
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">list</a>() -> ElevenLabs.GetProjectsResponse</code></summary>
|
|
10439
|
+
<details><summary><code>client.speechToText.transcripts.<a href="/src/api/resources/speechToText/resources/transcripts/client/Client.ts">delete</a>(transcriptionId) -> unknown</code></summary>
|
|
9826
10440
|
<dl>
|
|
9827
10441
|
<dd>
|
|
9828
10442
|
|
|
@@ -9834,7 +10448,7 @@ await client.speechToText.transcripts.get("transcription_id");
|
|
|
9834
10448
|
<dl>
|
|
9835
10449
|
<dd>
|
|
9836
10450
|
|
|
9837
|
-
|
|
10451
|
+
Delete a previously generated transcript by its ID.
|
|
9838
10452
|
|
|
9839
10453
|
</dd>
|
|
9840
10454
|
</dl>
|
|
@@ -9850,7 +10464,7 @@ Returns a list of your Studio projects with metadata.
|
|
|
9850
10464
|
<dd>
|
|
9851
10465
|
|
|
9852
10466
|
```typescript
|
|
9853
|
-
await client.
|
|
10467
|
+
await client.speechToText.transcripts.delete("transcription_id");
|
|
9854
10468
|
```
|
|
9855
10469
|
|
|
9856
10470
|
</dd>
|
|
@@ -9866,7 +10480,15 @@ await client.studio.projects.list();
|
|
|
9866
10480
|
<dl>
|
|
9867
10481
|
<dd>
|
|
9868
10482
|
|
|
9869
|
-
**
|
|
10483
|
+
**transcriptionId:** `string` — The unique ID of the transcript to delete
|
|
10484
|
+
|
|
10485
|
+
</dd>
|
|
10486
|
+
</dl>
|
|
10487
|
+
|
|
10488
|
+
<dl>
|
|
10489
|
+
<dd>
|
|
10490
|
+
|
|
10491
|
+
**requestOptions:** `Transcripts.RequestOptions`
|
|
9870
10492
|
|
|
9871
10493
|
</dd>
|
|
9872
10494
|
</dl>
|
|
@@ -9877,7 +10499,9 @@ await client.studio.projects.list();
|
|
|
9877
10499
|
</dl>
|
|
9878
10500
|
</details>
|
|
9879
10501
|
|
|
9880
|
-
|
|
10502
|
+
## Studio Projects
|
|
10503
|
+
|
|
10504
|
+
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">list</a>() -> ElevenLabs.GetProjectsResponse</code></summary>
|
|
9881
10505
|
<dl>
|
|
9882
10506
|
<dd>
|
|
9883
10507
|
|
|
@@ -9889,7 +10513,7 @@ await client.studio.projects.list();
|
|
|
9889
10513
|
<dl>
|
|
9890
10514
|
<dd>
|
|
9891
10515
|
|
|
9892
|
-
|
|
10516
|
+
Returns a list of your Studio projects with metadata.
|
|
9893
10517
|
|
|
9894
10518
|
</dd>
|
|
9895
10519
|
</dl>
|
|
@@ -9905,9 +10529,7 @@ Creates a new Studio project, it can be either initialized as blank, from a docu
|
|
|
9905
10529
|
<dd>
|
|
9906
10530
|
|
|
9907
10531
|
```typescript
|
|
9908
|
-
await client.studio.projects.
|
|
9909
|
-
name: "name",
|
|
9910
|
-
});
|
|
10532
|
+
await client.studio.projects.list();
|
|
9911
10533
|
```
|
|
9912
10534
|
|
|
9913
10535
|
</dd>
|
|
@@ -9923,14 +10545,6 @@ await client.studio.projects.create({
|
|
|
9923
10545
|
<dl>
|
|
9924
10546
|
<dd>
|
|
9925
10547
|
|
|
9926
|
-
**request:** `ElevenLabs.studio.BodyCreateStudioProjectV1StudioProjectsPost`
|
|
9927
|
-
|
|
9928
|
-
</dd>
|
|
9929
|
-
</dl>
|
|
9930
|
-
|
|
9931
|
-
<dl>
|
|
9932
|
-
<dd>
|
|
9933
|
-
|
|
9934
10548
|
**requestOptions:** `Projects.RequestOptions`
|
|
9935
10549
|
|
|
9936
10550
|
</dd>
|
|
@@ -9942,7 +10556,7 @@ await client.studio.projects.create({
|
|
|
9942
10556
|
</dl>
|
|
9943
10557
|
</details>
|
|
9944
10558
|
|
|
9945
|
-
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">
|
|
10559
|
+
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.AddProjectResponseModel</code></summary>
|
|
9946
10560
|
<dl>
|
|
9947
10561
|
<dd>
|
|
9948
10562
|
|
|
@@ -9954,7 +10568,7 @@ await client.studio.projects.create({
|
|
|
9954
10568
|
<dl>
|
|
9955
10569
|
<dd>
|
|
9956
10570
|
|
|
9957
|
-
|
|
10571
|
+
Creates a new Studio project, it can be either initialized as blank, from a document or from a URL.
|
|
9958
10572
|
|
|
9959
10573
|
</dd>
|
|
9960
10574
|
</dl>
|
|
@@ -9970,7 +10584,9 @@ Returns information about a specific Studio project. This endpoint returns more
|
|
|
9970
10584
|
<dd>
|
|
9971
10585
|
|
|
9972
10586
|
```typescript
|
|
9973
|
-
await client.studio.projects.
|
|
10587
|
+
await client.studio.projects.create({
|
|
10588
|
+
name: "name",
|
|
10589
|
+
});
|
|
9974
10590
|
```
|
|
9975
10591
|
|
|
9976
10592
|
</dd>
|
|
@@ -9986,15 +10602,7 @@ await client.studio.projects.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
9986
10602
|
<dl>
|
|
9987
10603
|
<dd>
|
|
9988
10604
|
|
|
9989
|
-
**
|
|
9990
|
-
|
|
9991
|
-
</dd>
|
|
9992
|
-
</dl>
|
|
9993
|
-
|
|
9994
|
-
<dl>
|
|
9995
|
-
<dd>
|
|
9996
|
-
|
|
9997
|
-
**request:** `ElevenLabs.studio.ProjectsGetRequest`
|
|
10605
|
+
**request:** `ElevenLabs.studio.BodyCreateStudioProjectV1StudioProjectsPost`
|
|
9998
10606
|
|
|
9999
10607
|
</dd>
|
|
10000
10608
|
</dl>
|
|
@@ -10013,7 +10621,7 @@ await client.studio.projects.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
10013
10621
|
</dl>
|
|
10014
10622
|
</details>
|
|
10015
10623
|
|
|
10016
|
-
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">
|
|
10624
|
+
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">get</a>(projectId, { ...params }) -> ElevenLabs.ProjectExtendedResponse</code></summary>
|
|
10017
10625
|
<dl>
|
|
10018
10626
|
<dd>
|
|
10019
10627
|
|
|
@@ -10025,7 +10633,7 @@ await client.studio.projects.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
10025
10633
|
<dl>
|
|
10026
10634
|
<dd>
|
|
10027
10635
|
|
|
10028
|
-
|
|
10636
|
+
Returns information about a specific Studio project. This endpoint returns more detailed information about a project than `GET /v1/studio`.
|
|
10029
10637
|
|
|
10030
10638
|
</dd>
|
|
10031
10639
|
</dl>
|
|
@@ -10041,10 +10649,81 @@ Updates the specified Studio project by setting the values of the parameters pas
|
|
|
10041
10649
|
<dd>
|
|
10042
10650
|
|
|
10043
10651
|
```typescript
|
|
10044
|
-
await client.studio.projects.
|
|
10045
|
-
|
|
10046
|
-
|
|
10047
|
-
|
|
10652
|
+
await client.studio.projects.get("21m00Tcm4TlvDq8ikWAM");
|
|
10653
|
+
```
|
|
10654
|
+
|
|
10655
|
+
</dd>
|
|
10656
|
+
</dl>
|
|
10657
|
+
</dd>
|
|
10658
|
+
</dl>
|
|
10659
|
+
|
|
10660
|
+
#### ⚙️ Parameters
|
|
10661
|
+
|
|
10662
|
+
<dl>
|
|
10663
|
+
<dd>
|
|
10664
|
+
|
|
10665
|
+
<dl>
|
|
10666
|
+
<dd>
|
|
10667
|
+
|
|
10668
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
10669
|
+
|
|
10670
|
+
</dd>
|
|
10671
|
+
</dl>
|
|
10672
|
+
|
|
10673
|
+
<dl>
|
|
10674
|
+
<dd>
|
|
10675
|
+
|
|
10676
|
+
**request:** `ElevenLabs.studio.ProjectsGetRequest`
|
|
10677
|
+
|
|
10678
|
+
</dd>
|
|
10679
|
+
</dl>
|
|
10680
|
+
|
|
10681
|
+
<dl>
|
|
10682
|
+
<dd>
|
|
10683
|
+
|
|
10684
|
+
**requestOptions:** `Projects.RequestOptions`
|
|
10685
|
+
|
|
10686
|
+
</dd>
|
|
10687
|
+
</dl>
|
|
10688
|
+
</dd>
|
|
10689
|
+
</dl>
|
|
10690
|
+
|
|
10691
|
+
</dd>
|
|
10692
|
+
</dl>
|
|
10693
|
+
</details>
|
|
10694
|
+
|
|
10695
|
+
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">update</a>(projectId, { ...params }) -> ElevenLabs.EditProjectResponseModel</code></summary>
|
|
10696
|
+
<dl>
|
|
10697
|
+
<dd>
|
|
10698
|
+
|
|
10699
|
+
#### 📝 Description
|
|
10700
|
+
|
|
10701
|
+
<dl>
|
|
10702
|
+
<dd>
|
|
10703
|
+
|
|
10704
|
+
<dl>
|
|
10705
|
+
<dd>
|
|
10706
|
+
|
|
10707
|
+
Updates the specified Studio project by setting the values of the parameters passed.
|
|
10708
|
+
|
|
10709
|
+
</dd>
|
|
10710
|
+
</dl>
|
|
10711
|
+
</dd>
|
|
10712
|
+
</dl>
|
|
10713
|
+
|
|
10714
|
+
#### 🔌 Usage
|
|
10715
|
+
|
|
10716
|
+
<dl>
|
|
10717
|
+
<dd>
|
|
10718
|
+
|
|
10719
|
+
<dl>
|
|
10720
|
+
<dd>
|
|
10721
|
+
|
|
10722
|
+
```typescript
|
|
10723
|
+
await client.studio.projects.update("21m00Tcm4TlvDq8ikWAM", {
|
|
10724
|
+
name: "Project 1",
|
|
10725
|
+
defaultTitleVoiceId: "21m00Tcm4TlvDq8ikWAM",
|
|
10726
|
+
defaultParagraphVoiceId: "21m00Tcm4TlvDq8ikWAM",
|
|
10048
10727
|
});
|
|
10049
10728
|
```
|
|
10050
10729
|
|
|
@@ -10423,6 +11102,158 @@ await client.studio.projects.snapshots.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4Tlv
|
|
|
10423
11102
|
</dl>
|
|
10424
11103
|
</details>
|
|
10425
11104
|
|
|
11105
|
+
<details><summary><code>client.studio.projects.snapshots.<a href="/src/api/resources/studio/resources/projects/resources/snapshots/client/Client.ts">stream</a>(projectId, projectSnapshotId, { ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
11106
|
+
<dl>
|
|
11107
|
+
<dd>
|
|
11108
|
+
|
|
11109
|
+
#### 📝 Description
|
|
11110
|
+
|
|
11111
|
+
<dl>
|
|
11112
|
+
<dd>
|
|
11113
|
+
|
|
11114
|
+
<dl>
|
|
11115
|
+
<dd>
|
|
11116
|
+
|
|
11117
|
+
Stream the audio from a Studio project snapshot.
|
|
11118
|
+
|
|
11119
|
+
</dd>
|
|
11120
|
+
</dl>
|
|
11121
|
+
</dd>
|
|
11122
|
+
</dl>
|
|
11123
|
+
|
|
11124
|
+
#### 🔌 Usage
|
|
11125
|
+
|
|
11126
|
+
<dl>
|
|
11127
|
+
<dd>
|
|
11128
|
+
|
|
11129
|
+
<dl>
|
|
11130
|
+
<dd>
|
|
11131
|
+
|
|
11132
|
+
```typescript
|
|
11133
|
+
await client.studio.projects.snapshots.stream("project_id", "project_snapshot_id", {
|
|
11134
|
+
convertToMpeg: undefined,
|
|
11135
|
+
});
|
|
11136
|
+
```
|
|
11137
|
+
|
|
11138
|
+
</dd>
|
|
11139
|
+
</dl>
|
|
11140
|
+
</dd>
|
|
11141
|
+
</dl>
|
|
11142
|
+
|
|
11143
|
+
#### ⚙️ Parameters
|
|
11144
|
+
|
|
11145
|
+
<dl>
|
|
11146
|
+
<dd>
|
|
11147
|
+
|
|
11148
|
+
<dl>
|
|
11149
|
+
<dd>
|
|
11150
|
+
|
|
11151
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
11152
|
+
|
|
11153
|
+
</dd>
|
|
11154
|
+
</dl>
|
|
11155
|
+
|
|
11156
|
+
<dl>
|
|
11157
|
+
<dd>
|
|
11158
|
+
|
|
11159
|
+
**projectSnapshotId:** `string` — The ID of the Studio project snapshot.
|
|
11160
|
+
|
|
11161
|
+
</dd>
|
|
11162
|
+
</dl>
|
|
11163
|
+
|
|
11164
|
+
<dl>
|
|
11165
|
+
<dd>
|
|
11166
|
+
|
|
11167
|
+
**request:** `ElevenLabs.studio.projects.BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost`
|
|
11168
|
+
|
|
11169
|
+
</dd>
|
|
11170
|
+
</dl>
|
|
11171
|
+
|
|
11172
|
+
<dl>
|
|
11173
|
+
<dd>
|
|
11174
|
+
|
|
11175
|
+
**requestOptions:** `Snapshots.RequestOptions`
|
|
11176
|
+
|
|
11177
|
+
</dd>
|
|
11178
|
+
</dl>
|
|
11179
|
+
</dd>
|
|
11180
|
+
</dl>
|
|
11181
|
+
|
|
11182
|
+
</dd>
|
|
11183
|
+
</dl>
|
|
11184
|
+
</details>
|
|
11185
|
+
|
|
11186
|
+
<details><summary><code>client.studio.projects.snapshots.<a href="/src/api/resources/studio/resources/projects/resources/snapshots/client/Client.ts">streamArchive</a>(projectId, projectSnapshotId) -> ReadableStream<Uint8Array></code></summary>
|
|
11187
|
+
<dl>
|
|
11188
|
+
<dd>
|
|
11189
|
+
|
|
11190
|
+
#### 📝 Description
|
|
11191
|
+
|
|
11192
|
+
<dl>
|
|
11193
|
+
<dd>
|
|
11194
|
+
|
|
11195
|
+
<dl>
|
|
11196
|
+
<dd>
|
|
11197
|
+
|
|
11198
|
+
Returns a compressed archive of the Studio project's audio.
|
|
11199
|
+
|
|
11200
|
+
</dd>
|
|
11201
|
+
</dl>
|
|
11202
|
+
</dd>
|
|
11203
|
+
</dl>
|
|
11204
|
+
|
|
11205
|
+
#### 🔌 Usage
|
|
11206
|
+
|
|
11207
|
+
<dl>
|
|
11208
|
+
<dd>
|
|
11209
|
+
|
|
11210
|
+
<dl>
|
|
11211
|
+
<dd>
|
|
11212
|
+
|
|
11213
|
+
```typescript
|
|
11214
|
+
await client.studio.projects.snapshots.streamArchive("project_id", "project_snapshot_id");
|
|
11215
|
+
```
|
|
11216
|
+
|
|
11217
|
+
</dd>
|
|
11218
|
+
</dl>
|
|
11219
|
+
</dd>
|
|
11220
|
+
</dl>
|
|
11221
|
+
|
|
11222
|
+
#### ⚙️ Parameters
|
|
11223
|
+
|
|
11224
|
+
<dl>
|
|
11225
|
+
<dd>
|
|
11226
|
+
|
|
11227
|
+
<dl>
|
|
11228
|
+
<dd>
|
|
11229
|
+
|
|
11230
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
11231
|
+
|
|
11232
|
+
</dd>
|
|
11233
|
+
</dl>
|
|
11234
|
+
|
|
11235
|
+
<dl>
|
|
11236
|
+
<dd>
|
|
11237
|
+
|
|
11238
|
+
**projectSnapshotId:** `string` — The ID of the Studio project snapshot.
|
|
11239
|
+
|
|
11240
|
+
</dd>
|
|
11241
|
+
</dl>
|
|
11242
|
+
|
|
11243
|
+
<dl>
|
|
11244
|
+
<dd>
|
|
11245
|
+
|
|
11246
|
+
**requestOptions:** `Snapshots.RequestOptions`
|
|
11247
|
+
|
|
11248
|
+
</dd>
|
|
11249
|
+
</dl>
|
|
11250
|
+
</dd>
|
|
11251
|
+
</dl>
|
|
11252
|
+
|
|
11253
|
+
</dd>
|
|
11254
|
+
</dl>
|
|
11255
|
+
</details>
|
|
11256
|
+
|
|
10426
11257
|
## Studio Projects Chapters
|
|
10427
11258
|
|
|
10428
11259
|
<details><summary><code>client.studio.projects.chapters.<a href="/src/api/resources/studio/resources/projects/resources/chapters/client/Client.ts">list</a>(projectId) -> ElevenLabs.GetChaptersResponse</code></summary>
|
|
@@ -11088,8 +11919,160 @@ await client.studio.projects.chapters.snapshots.get(
|
|
|
11088
11919
|
</dl>
|
|
11089
11920
|
</details>
|
|
11090
11921
|
|
|
11922
|
+
<details><summary><code>client.studio.projects.chapters.snapshots.<a href="/src/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.ts">stream</a>(projectId, chapterId, chapterSnapshotId, { ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
11923
|
+
<dl>
|
|
11924
|
+
<dd>
|
|
11925
|
+
|
|
11926
|
+
#### 📝 Description
|
|
11927
|
+
|
|
11928
|
+
<dl>
|
|
11929
|
+
<dd>
|
|
11930
|
+
|
|
11931
|
+
<dl>
|
|
11932
|
+
<dd>
|
|
11933
|
+
|
|
11934
|
+
Stream the audio from a chapter snapshot. Use `GET /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots` to return the snapshots of a chapter.
|
|
11935
|
+
|
|
11936
|
+
</dd>
|
|
11937
|
+
</dl>
|
|
11938
|
+
</dd>
|
|
11939
|
+
</dl>
|
|
11940
|
+
|
|
11941
|
+
#### 🔌 Usage
|
|
11942
|
+
|
|
11943
|
+
<dl>
|
|
11944
|
+
<dd>
|
|
11945
|
+
|
|
11946
|
+
<dl>
|
|
11947
|
+
<dd>
|
|
11948
|
+
|
|
11949
|
+
```typescript
|
|
11950
|
+
await client.studio.projects.chapters.snapshots.stream("project_id", "chapter_id", "chapter_snapshot_id", {
|
|
11951
|
+
convertToMpeg: undefined,
|
|
11952
|
+
});
|
|
11953
|
+
```
|
|
11954
|
+
|
|
11955
|
+
</dd>
|
|
11956
|
+
</dl>
|
|
11957
|
+
</dd>
|
|
11958
|
+
</dl>
|
|
11959
|
+
|
|
11960
|
+
#### ⚙️ Parameters
|
|
11961
|
+
|
|
11962
|
+
<dl>
|
|
11963
|
+
<dd>
|
|
11964
|
+
|
|
11965
|
+
<dl>
|
|
11966
|
+
<dd>
|
|
11967
|
+
|
|
11968
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
11969
|
+
|
|
11970
|
+
</dd>
|
|
11971
|
+
</dl>
|
|
11972
|
+
|
|
11973
|
+
<dl>
|
|
11974
|
+
<dd>
|
|
11975
|
+
|
|
11976
|
+
**chapterId:** `string` — The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
|
|
11977
|
+
|
|
11978
|
+
</dd>
|
|
11979
|
+
</dl>
|
|
11980
|
+
|
|
11981
|
+
<dl>
|
|
11982
|
+
<dd>
|
|
11983
|
+
|
|
11984
|
+
**chapterSnapshotId:** `string` — The ID of the chapter snapshot to be used. You can use the [List project chapter snapshots](/docs/api-reference/studio/get-snapshots) endpoint to list all the available snapshots.
|
|
11985
|
+
|
|
11986
|
+
</dd>
|
|
11987
|
+
</dl>
|
|
11988
|
+
|
|
11989
|
+
<dl>
|
|
11990
|
+
<dd>
|
|
11991
|
+
|
|
11992
|
+
**request:** `ElevenLabs.studio.projects.chapters.BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost`
|
|
11993
|
+
|
|
11994
|
+
</dd>
|
|
11995
|
+
</dl>
|
|
11996
|
+
|
|
11997
|
+
<dl>
|
|
11998
|
+
<dd>
|
|
11999
|
+
|
|
12000
|
+
**requestOptions:** `Snapshots.RequestOptions`
|
|
12001
|
+
|
|
12002
|
+
</dd>
|
|
12003
|
+
</dl>
|
|
12004
|
+
</dd>
|
|
12005
|
+
</dl>
|
|
12006
|
+
|
|
12007
|
+
</dd>
|
|
12008
|
+
</dl>
|
|
12009
|
+
</details>
|
|
12010
|
+
|
|
11091
12011
|
## TextToVoice Preview
|
|
11092
12012
|
|
|
12013
|
+
<details><summary><code>client.textToVoice.preview.<a href="/src/api/resources/textToVoice/resources/preview/client/Client.ts">stream</a>(generatedVoiceId) -> ReadableStream<Uint8Array></code></summary>
|
|
12014
|
+
<dl>
|
|
12015
|
+
<dd>
|
|
12016
|
+
|
|
12017
|
+
#### 📝 Description
|
|
12018
|
+
|
|
12019
|
+
<dl>
|
|
12020
|
+
<dd>
|
|
12021
|
+
|
|
12022
|
+
<dl>
|
|
12023
|
+
<dd>
|
|
12024
|
+
|
|
12025
|
+
Stream a voice preview that was created via the /v1/text-to-voice/design endpoint.
|
|
12026
|
+
|
|
12027
|
+
</dd>
|
|
12028
|
+
</dl>
|
|
12029
|
+
</dd>
|
|
12030
|
+
</dl>
|
|
12031
|
+
|
|
12032
|
+
#### 🔌 Usage
|
|
12033
|
+
|
|
12034
|
+
<dl>
|
|
12035
|
+
<dd>
|
|
12036
|
+
|
|
12037
|
+
<dl>
|
|
12038
|
+
<dd>
|
|
12039
|
+
|
|
12040
|
+
```typescript
|
|
12041
|
+
await client.textToVoice.preview.stream("generated_voice_id");
|
|
12042
|
+
```
|
|
12043
|
+
|
|
12044
|
+
</dd>
|
|
12045
|
+
</dl>
|
|
12046
|
+
</dd>
|
|
12047
|
+
</dl>
|
|
12048
|
+
|
|
12049
|
+
#### ⚙️ Parameters
|
|
12050
|
+
|
|
12051
|
+
<dl>
|
|
12052
|
+
<dd>
|
|
12053
|
+
|
|
12054
|
+
<dl>
|
|
12055
|
+
<dd>
|
|
12056
|
+
|
|
12057
|
+
**generatedVoiceId:** `string` — The generated_voice_id to stream.
|
|
12058
|
+
|
|
12059
|
+
</dd>
|
|
12060
|
+
</dl>
|
|
12061
|
+
|
|
12062
|
+
<dl>
|
|
12063
|
+
<dd>
|
|
12064
|
+
|
|
12065
|
+
**requestOptions:** `Preview.RequestOptions`
|
|
12066
|
+
|
|
12067
|
+
</dd>
|
|
12068
|
+
</dl>
|
|
12069
|
+
</dd>
|
|
12070
|
+
</dl>
|
|
12071
|
+
|
|
12072
|
+
</dd>
|
|
12073
|
+
</dl>
|
|
12074
|
+
</details>
|
|
12075
|
+
|
|
11093
12076
|
## User Subscription
|
|
11094
12077
|
|
|
11095
12078
|
<details><summary><code>client.user.subscription.<a href="/src/api/resources/user/resources/subscription/client/Client.ts">get</a>() -> ElevenLabs.Subscription</code></summary>
|
|
@@ -12447,6 +13430,77 @@ await client.voices.pvc.verification.captcha.verify("21m00Tcm4TlvDq8ikWAM", {
|
|
|
12447
13430
|
|
|
12448
13431
|
## Voices Samples Audio
|
|
12449
13432
|
|
|
13433
|
+
<details><summary><code>client.voices.samples.audio.<a href="/src/api/resources/voices/resources/samples/resources/audio/client/Client.ts">get</a>(voiceId, sampleId) -> ReadableStream<Uint8Array></code></summary>
|
|
13434
|
+
<dl>
|
|
13435
|
+
<dd>
|
|
13436
|
+
|
|
13437
|
+
#### 📝 Description
|
|
13438
|
+
|
|
13439
|
+
<dl>
|
|
13440
|
+
<dd>
|
|
13441
|
+
|
|
13442
|
+
<dl>
|
|
13443
|
+
<dd>
|
|
13444
|
+
|
|
13445
|
+
Returns the audio corresponding to a sample attached to a voice.
|
|
13446
|
+
|
|
13447
|
+
</dd>
|
|
13448
|
+
</dl>
|
|
13449
|
+
</dd>
|
|
13450
|
+
</dl>
|
|
13451
|
+
|
|
13452
|
+
#### 🔌 Usage
|
|
13453
|
+
|
|
13454
|
+
<dl>
|
|
13455
|
+
<dd>
|
|
13456
|
+
|
|
13457
|
+
<dl>
|
|
13458
|
+
<dd>
|
|
13459
|
+
|
|
13460
|
+
```typescript
|
|
13461
|
+
await client.voices.samples.audio.get("voice_id", "sample_id");
|
|
13462
|
+
```
|
|
13463
|
+
|
|
13464
|
+
</dd>
|
|
13465
|
+
</dl>
|
|
13466
|
+
</dd>
|
|
13467
|
+
</dl>
|
|
13468
|
+
|
|
13469
|
+
#### ⚙️ Parameters
|
|
13470
|
+
|
|
13471
|
+
<dl>
|
|
13472
|
+
<dd>
|
|
13473
|
+
|
|
13474
|
+
<dl>
|
|
13475
|
+
<dd>
|
|
13476
|
+
|
|
13477
|
+
**voiceId:** `string` — ID of the voice to be used. You can use the [Get voices](/docs/api-reference/voices/search) endpoint list all the available voices.
|
|
13478
|
+
|
|
13479
|
+
</dd>
|
|
13480
|
+
</dl>
|
|
13481
|
+
|
|
13482
|
+
<dl>
|
|
13483
|
+
<dd>
|
|
13484
|
+
|
|
13485
|
+
**sampleId:** `string` — ID of the sample to be used. You can use the [Get voices](/docs/api-reference/voices/get) endpoint list all the available samples for a voice.
|
|
13486
|
+
|
|
13487
|
+
</dd>
|
|
13488
|
+
</dl>
|
|
13489
|
+
|
|
13490
|
+
<dl>
|
|
13491
|
+
<dd>
|
|
13492
|
+
|
|
13493
|
+
**requestOptions:** `Audio.RequestOptions`
|
|
13494
|
+
|
|
13495
|
+
</dd>
|
|
13496
|
+
</dl>
|
|
13497
|
+
</dd>
|
|
13498
|
+
</dl>
|
|
13499
|
+
|
|
13500
|
+
</dd>
|
|
13501
|
+
</dl>
|
|
13502
|
+
</details>
|
|
13503
|
+
|
|
12450
13504
|
## Workspace Groups
|
|
12451
13505
|
|
|
12452
13506
|
<details><summary><code>client.workspace.groups.<a href="/src/api/resources/workspace/resources/groups/client/Client.ts">search</a>({ ...params }) -> ElevenLabs.WorkspaceGroupByNameResponseModel[]</code></summary>
|