cURL
curl --request POST \ --url https://api.galileo.ai/v2/login/api_key \ --header 'Content-Type: application/json' \ --data ' { "api_key": "<string>" } '
{ "access_token": "<string>", "token_type": "bearer" }
Documentation IndexFetch the complete documentation index at: https://docs.galileo.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Was this page helpful?