Authentication
All requests to the Gloo AI API must be authenticated. We use Bearer Tokens for authentication, which you can generate from a Client ID and Secret. You must include your token in theAuthorization header with every request.
Follow the Authentication Tutorial to learn how to exchange your Client credentials for an access token and manage token expiration.
Base URL
All API endpoints are relative to the following base URL:Error Handling
The Gloo AI API uses conventional HTTP response codes to indicate the success or failure of a request.- Codes in the
2xxrange indicate success. - Codes in the
4xxrange indicate a client-side error (e.g., a missing parameter, bad authentication). - Codes in the
5xxrange indicate a server-side error on our end.
Getting Started: Your First Steps
Ready to build? Here’s how to get started:- Get Your API Key: Follow the authentication guide to generate your first key in the Studio.
- Review the Guides: Familiarize yourself with our core API Guides to understand the conceptual models.
- Make Your First Call: Explore the endpoints listed in the sidebar and make your first request!

