Skip to main content
POST
/
{character_id}
/
upload
/
face-image
Upload face image
curl --request POST \
  --url https://api.animusai.co/v2/{character_id}/upload/face-image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
{
  "success": true,
  "message": "<string>",
  "asset_id": "<string>",
  "storj_url": "<string>",
  "view_url": "<string>",
  "filename": "<string>",
  "caption": "<string>",
  "caption_status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

character_id
string
required

Body

multipart/form-data
file
file
required

Response

200 - application/json

Upload accepted.

success
boolean
message
string
asset_id
string
storj_url
string<uri>
view_url
string<uri>
filename
string
caption
string
caption_status
string
I