Discussions
stream api - how to select one of the default images
10 months ago by adam.bendavid
Hello,
I am testing with the stream API. I want to use the image of the default red-head woman in your documentation. I see
In the boilerplate code there is a picture for or-roman. Is there a way to get the image asset for the red-head model?
const sessionResponse = await fetchWithRetries(`${url}/talks/streams`, {
method: 'POST',
headers: {
Authorization: `Basic ${key}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
source_url: 'https://d-id-public-bucket.s3.amazonaws.com/or-roman.jpg',
}),
})