POST
/
project
/
assets
/
generate_avatar_from_video
/
cURL
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
header
required

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<uri>
required

Filename from signed url.

video_2
string<uri>
required

Filename from signed url.

Response

avatar_id
string<uuid>
required

Unique identifier of the avatar.