v1
latestOpenAPI 3.0.32026-07-24106305257.4 KBV4 Avatars
Create a Video
post/expressives
Headers
x-api-key-externalstring
Request body
Example request
{
"name": "my_expressive_video",
"avatar_id": "public_dan@abcefg",
"sentiment_id": "snt_IIjpTS",
"config": {
"logo": {
"position": [
0,
500
]
},
"result_format": "mp4"
},
"background": {
"value": "#47ffff"
},
"result_url": "https://example.com/result.mp4",
"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"
}
}Response
Created
Example response
{
"created_at": "2021-01-01T00:00:00.000Z"
}