Create Avatar & Render
Tutorial on how to use the API to create an avatar and render a preview.
1. Authenticate
curl --request POST \
--url 'https://auth.loomai.com/oauth/token' \
--header 'content-type: application/x-www-form-urlencoded' \
--data grant_type=http://auth0.com/oauth/grant-type/password-realm \
--data realm=Username-Password-Authentication \
--data username={PASSWORD} \
--data password={USERNAME} \
--data audience=https%3A%2F%2Fapi.loomai.com%2F \
--data client_id={CLIENT_ID} \
--data client_secret={CLIENT_SECRET}2. Create Avatar
3. Resolve Rendering
Last updated
Was this helpful?