Discussions
How to remove the background of a video
I uploaded a portrait without a background, but the generated video has a black background. I want to know how to remove the black background, I only want a video with a transparent background
Posted by dro26405793 over 1 year ago
example use api python
example use api python
Posted by porcorosso over 1 year ago
API KEY isn't working in the bearer input
Hi, I'm trying to use the api key in the bearer input and isn't working.
Posted by daniel.vettorazi over 2 years ago
How to remove watermarks from videos
How to remove watermarks from videos
Posted by puti13683173940 over 1 year ago
Why does this Elevenlabs voice not working?
const talkResponse = await fetchWithRetries(`${DID_API.url}/talks/streams/${streamId}`, {
method: 'POST',
headers: {
Authorization: `Basic ${DID_API.key}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
script: {
type: 'text',
subtitles: 'false',
provider: {type: 'elevenlabs', voice_id: '21m00Tcm4TlvDq8ikWAM'},
ssml: 'false',
input: 'Hello, I am alex'
},
config: {fluent: 'false', pad_audio: '0.0'},
session_id: sessionId,
}),
});
Posted by laxman almost 2 years ago
ElevenLabs Voice Implementatin in Talk Stream API
Hi There,
Posted by daniellim over 1 year ago
ElevenLabs Cloned Voices not working
Hi,
Posted by tech over 1 year ago
500 Internal Server Error from POST
{
"script": {
"type": "text",
"input": "I am excited to try this out!"
},
"source_url": "https://create-images-results.d-id.com/DefaultPresenters/Noelle_f/image.jpeg"
}
Posted by kevin.mytechnotalent about 2 years ago
Internal Server Error when trying to upload image via API
I have purchased the lite plan with a goal of testing to validate a concept and potentially move on to a larger plan, however I have not been able to call the API despite triple checking that I am using my API keys correctly. Here is my specific error:
Posted by nickmorgansc about 2 years ago
Using Elevenlabs Custom Cloned Voice
When I try to use my custom-trained Elevenlabs voice by ID from the D-ID API, I get an error. Is there a way?
Posted by manuel.hendry almost 2 years ago