Discussions
copyright
Can I use a video generated from this website for a non-profitable escape room project?
Change demo image
Trying the streaming talk demo from github, Unable to replace/remove the current figure from the demo and replace with another. How is this accomplished in the demo code? Once the start button clicked, new image appears, but disappears when audio ends, replace with the male roman.
credits
i purchased a plan ani didnt get credits
user has no permission for clips:write
I have 38 credits yet I get this 403
Inquiry About Email Acknowledgment
May I kindly inquire whether my email has been received and acknowledged?
audio endpoint, can you upload form data?
export const uploadAudio = async (audio) => {
const formData = new FormData();
formData.append('audio', audio, 'audio.mp3');
try {
const response = await fetch(voicesURL, {
method: 'POST',
headers: {
'accept': 'application/json',
'authorization': 'Basic ' + didApiKey,
'content-type': 'multipart/form-data'
},
body: formData
});
const data = await response.json();
console.log("\x1b[46m\x1b[30m%s\x1b[0m", "This is the data from the DID API: ", data)
// Do something with the data, for instance send it as a response or process it
return data;
} catch (error) {
// Handle errors, for instance send an error response or log the error
console.error('Error fetching data:', error);
}
}
valiadation error
Hello.I'm trying to generate 20sec video in chinese using Opera browser but it shows "validation error". What's that and how can I get rid of it?
Korean Language support in api.
Can I use Korean language for generating moving facial video? I found some result did not work well. Which one should I for voice selection?
Watermarks
Can I remove the watermarks from my videos?
Important question
hi , is the pic i download go to a page for the website or reused again by someone else?