Actors
Last updated
Was this helpful?
Last updated
Was this helpful?
Fetches a list of actors that the user has access to.
/assets/actors
curl -L \
--url 'https://app.colossyan.com/api/v1/assets/actors' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[
{
"name": "text",
"display_name": "text",
"preview_url": "text",
"age": 1,
"ethnicity": "Caucasian",
"clothing_style": "Casual",
"quality": "lite",
"version": "v1",
"gender": "Male",
"emotions": [
"text"
],
"features": {
"side_view": true,
"emotions": true,
"hand_gesture": true
},
"views": [
{
"viewVariantType": "front",
"supportedActorTrackVariants": [
"full_body"
],
"pictarSourceUrl": "text",
"bubbleVariantDefaults": {
"crop": {
"left": 1,
"top": 1,
"right": 1,
"bottom": 1
}
},
"shoulderVariantDefaults": {
"crop": {
"left": 1,
"top": 1,
"right": 1,
"bottom": 1
}
},
"emotions": [
"text"
],
"aspectRatio": {
"height": 1,
"width": 1,
"ratio": 1
},
"images": {
"thumbnail": "text",
"editor": "text",
"editor-happy": "text",
"editor-sad": "text"
},
"videos": {
"base": "text",
"baseTransparent": "text",
"dynamicPreviewUrl": "text"
}
}
]
}
]
A list of actors