Skip to main content
cURL
curl --request GET \
--url https://api.baseten.co/v1/api_keys \
--header "Authorization: Api-Key $BASETEN_API_KEY"
{
  "name": "my-api-key", 
  "type": "PERSONAL"
}

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.

{
  "name": "my-api-key", 
  "type": "PERSONAL"
}

Authorizations

Authorization
string
header
required

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Response

200 - application/json

A list of API keys.

keys
APIKeyInfoV1 · object[]
required

A list of API key information