cURL
curl --request POST \ --url https://api.galileo.ai/v2/login \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'username=<string>' \ --data 'password=<string>' \ --data 'grant_type=<string>' \ --data scope= \ --data 'client_id=<string>' \ --data 'client_secret=<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.
^password$
Successful Response
Was this page helpful?