Create avatar
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
displayNamestringOptional
Name to be displayed for the avatar
sourceFileUrlstringOptional
URL to the video or image file for the avatar to be created from
genderstring · enumOptionalPossible values:
Responses
201
Avatar created successfully.
application/json
namestringOptional
Used to identify the avatar, can be used for video generation
400
Bad Request. Invalid input data.
401
Unauthorized. Authentication required.
500
Internal server error.
post/assets/actors
POST /api/v1/assets/actors HTTP/1.1
Host: app.colossyan.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"displayName": "text",
"sourceFileUrl": "text",
"gender": "Male"
}{
"name": "text"
}Last updated
Was this helpful?