POST
/
project
/
assets
/
generate_avatar_from_video
/
curl --request POST \
  --url https://api.deepreel.com/project/assets/generate_avatar_from_video/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "video_1": "<string>",
  "video_2": "<string>"
}'
{
  "avatar_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-API-KEY
string
headerrequired

Your API key with the prefix: dr_. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the account settings panel (In the bottom left corner click on your Accountprofile)

Body

application/json
video_1
string
required

Filename from signed url.

video_2
string
required

Filename from signed url.

Response

200 - application/json
avatar_id
string
required

Unique identifier of the avatar.