We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createVoiceFromPreview
The docs say that the response of /v1/text-to-voice/create-previews has a (required) preview_url.
/v1/text-to-voice/create-previews
preview_url
However, when I run the following code, the preview_url is always null.
const response = await elevenLabsClient.textToVoice.createVoiceFromPreview({ voice_name: name, voice_description: voice_description, generated_voice_id: voice_id }) response.preview_url
I think this is a bug, given the [required] label on the docs. Can you clarify?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs say that the response of
/v1/text-to-voice/create-previews
has a (required)preview_url
.However, when I run the following code, the
preview_url
is always null.I think this is a bug, given the [required] label on the docs. Can you clarify?
The text was updated successfully, but these errors were encountered: