Create Avatar & Render
Tutorial on how to use the API to create an avatar and render a preview.
Last updated
Was this helpful?
Tutorial on how to use the API to create an avatar and render a preview.
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:renderings write:renderings
.
This returns a list of attachments - including uploaded photo, rendered preview (type renderings_preview
) etc.
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.
A rendered preview of created avatar is automatically created and can be resolved using the avatar ID. See for details.