POST
/
v0
/
assistant
/
video
/
upload
curl --request POST \
  --url 'https://api.unify.ai/v0/assistant/video/upload' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: multipart/form-data' \

{
    "info": "object"
}
Uploads a profile video for an assistant and returns the storage URL.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

file
string
required
curl --request POST \
  --url 'https://api.unify.ai/v0/assistant/video/upload' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: multipart/form-data' \

{
    "info": "object"
}