Skip to main content
PUT

Get your Exa API key

Overview

The Update API Key endpoint allows you to modify an existing API key

Path Parameters

  • id: The unique identifier of the API key to update.

Optional Parameters

  • name: New descriptive name for the API key
  • rateLimit: New rate limit in requests per minute

Authorizations

x-api-key
string
header
required

Service API key for team authentication

Path Parameters

id
string
required

The unique identifier of the API key to update.

Body

application/json
name
string

Optional new name for the API key

Example:

"Updated Production Key"

rateLimit
integer

Optional new rate limit for the API key (requests per second)

Example:

2000

budgetCents
integer | null

Optional new spending budget for the API key, in cents. Set to null to remove the budget.

Required range: x >= 0
Example:

5000

Response

API key updated successfully

apiKey
object