Skip to main content
POST
/
v1
/
manage
/
apikey
/
{id}
/
limit
Update API key monthly limit
curl --request POST \
  --url https://api-v2.requesty.ai/v1/manage/apikey/{id}/limit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "monthly_limit": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Update the monthly spending limit for an API key.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

Body

application/json
monthly_limit
number<decimal>
required

Response

204

Monthly limit updated successfully

Last modified on April 27, 2026