Last updated
Last updated
If you are looking to generate an API Key for using LLM Labs Sandbox, please refer to this .
Before moving forward, you should have credentials to access Datasaur API. Datasaur API uses the for authentication and authorization. Datasaur uses the .
You can generate the credentials by logging in to your account and select Generate OAuth Credentials.
Base URL:
Obtain OAuth 2.0 credentials by requesting them from us. We will provide the credentials (client_id
and client_secret
).
Obtain access tokens by using client_id
and client_secret
.
Use the access token to access the Datasaur API.
You can generate OAuth credentials by your own! After logging in, you can go to profile menu at the upper right corner and select Generate OAuth credentials.
You can keep the Client ID and Client secret of each member. If you regenerate the OAuth Credentials, the old one will be invalidated.
__📌 Note: this feature only applies on Growth and Enterprise. Please contact us to upgrade your account on support@datasaur.ai.
Now that you have the access token, we'll provide an example of how to .