cURL
curl --request POST \ --url https://api.animusai.co/v2/{character_id}/upload/body-image \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'image_type=<string>' \ --form file=@example-file
{ "success": true, "message": "<string>", "asset_id": "<string>", "storj_url": "<string>", "view_url": "<string>", "filename": "<string>", "caption": "<string>", "caption_status": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional variant such as body_image_front or body_image_back.
Upload accepted.