API keys
Get all API keys
Lists all API keys your account has access to.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Response
200 - application/json
A list of API keys.
A list of API key information
Previous
Create an API keyCreates an API key with the provided name and type. The API key is returned in the response.
Next
cURL