v1
latestOpenAPI 3.0.32026-07-24106305257.4 KBScenes (Express Avatars)
Create a Scene
post/scenes
Headers
x-api-key-externalstring
Request body
Example request
{
"script": {
"provider": {
"voice_id": "en-US-JennyNeural",
"voice_config": {
"rate": "0.5",
"pitch": "+2st"
},
"language": "English (United States)"
},
"input": "Making videos is easy with D-ID",
"dictionary_id": "dict_V1StGXR8_Z5jdHi6B-myT"
},
"result_url": "https://path.to.directory/movie.mp4",
"config": {
"logo": {
"position": [
0,
500
]
}
},
"background": {
"color": "#47ffff",
"source_url": "https://path.to.image/"
}
}Response
Created