Skip to main content

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.

Download the OpenAPI 3.0 specification for the Requesty Management API. Use it with your favorite API client, code generator, or testing tool.

Management API Spec

OpenAPI spec for management endpoints (API keys, groups, members, organization).

What’s included

The Management API spec covers all endpoints on api-v2.requesty.ai:
EndpointMethodDescription
/v1/manage/apikeyGETList API keys
/v1/manage/apikeyPOSTCreate API key
/v1/manage/apikey/{id}GETGet API key details
/v1/manage/apikey/{id}DELETEDelete API key
/v1/manage/apikey/{id}/usageGETGet API key usage
/v1/manage/apikey/{id}/limitPOSTUpdate spending limit
/v1/manage/apikey/{id}/labelPOSTUpdate labels
/v1/manage/apikey/{id}/expiryPOSTUpdate expiry
/v1/manage/groupGET, POSTList or create groups
/v1/manage/group/{id}GET, DELETEGet or delete group
/v1/manage/group/{id}/memberPOST, PUT, DELETEManage group members
/v1/manage/orgGETGet organization
/v1/manage/org/usageGETGet organization usage

Usage examples

Import the spec into popular tools:
  • Postman: Import > Link > paste the spec URL
  • Insomnia: Application > Import > From URL
  • OpenAPI Generator: openapi-generator-cli generate -i <spec-url> -g <language>
  • Swagger UI: Paste the spec URL into the explore bar
Last modified on May 26, 2026