Create Avatar & Download GLTF
Tutorial on how to use the API to create an avatar and download its GLTF representation.
Last updated
Was this helpful?
Tutorial on how to use the API to create an avatar and download its GLTF representation.
Last updated
Was this helpful?
Select the appropriate oauth2 authentication flow for your use case and obtain an API access token. See for details.
For sake of simplicity of this example, you can use your to authenticate directly using the . Returns an access token on success.
If you use other authentication flows, make sure to enable read:avatars write:avatars read:features write:features read:gltf
.
This returns a list of attachments - including uploaded photo, rendered preview & exported GTLF (type gltf
).
Post a photo of a face to create an avatar. Returns response header X-Loom-Status
containing the id of created avatar if successful. See for details.
The GLTF of created avatar is automatically exported and can be resolved using the avatar ID. See for details.