Resource Owner Flow
Use for
Internal / Backend Services & Scripts
Do not use this flow for applications that are not able to securely store your application's client secret.
Following process describes how to authenticate and obtain authorization for the Loom AI API using the OAuth2 Resource Owner Flow.
Request
Parameter
Description
grant_type
Set to http://auth0.com/oauth/grant-type/password-realm
audience
Set to https://api.loomai.com/
.
client_id
Your application's Client ID.
client_secret
Your application's Client Secret.
username
Your Loom AI account username / email address.
password
Your Loom AI account password.
Response
Last updated