Resolve
Resolves attachment for given avatar & attachment id.
GET /avatars/{AVATAR_ID}/attachments/{ATTACHMENT_ID}
Request
curl -X GET "https://api.loomai.com/v0.5/avatars/{AVATAR_ID}/attachments/{ATTACHMENT_ID}"curl -X GET "https://api.loomai.com/v0.5/avatars/5723980430835712/attachments/5111294722572288"Response
{
"id": int64,
"type": "string",
"name": "string",
"url": "string",
"updated_at": "string" // ISO-8601 DATETIME
}{
"id": 5111294722572288,
"type": "renderings_pose",
"name": "neutral",
"url": "https://storage.googleapis.com/live-com-loomai-api-attachments/5484235973984256/MThVY01uV2tfbWlhLWF2YXRhcg==.png",
"updated_at": "2020-04-05T16:37:57Z"
}Last updated
Was this helpful?