Galileo REST API
- URL
-
https://api.galileo.ai/v2 - Docs
- https://docs.galileo.ai/api/getting-started
Galileo-API-Key: <credential> discovered In the Galileo app, open the user menu in the bottom-left, choose API Keys, click +Create new key, name the key, optionally set an expiry date, then copy it and store it safely. The docs note you won't be able to view the full key again. See Where Do I Find My Project Keys? and the API keys page.
Authorization: Basic <credential> discovered Use the username and password for your Galileo account. The REST API docs list HTTP Basic authentication as supported for public endpoints, but the public docs reviewed here do not provide a dedicated developer setup page for creating separate integration-specific basic-auth credentials. See API overview.
Authorization: Bearer <credential> discovered Mint a short-lived JWT by calling the `get-token` API after authenticating with either your Galileo API key or HTTP Basic auth, as described in the API overview. The docs recommend this method for high-volume requests because the token expires after 24 hours.