Skip to main content
POST
/
api
/
v1
/
api-key
Create API Key
curl --request POST \
  --url https://api.example.com/api/v1/api-key \
  --header 'Content-Type: application/json' \
  --header 'x-calry-api-key: <api-key>' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://ota-docs.calry.app/llms.txt

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

Authorizations

x-calry-api-key
string
header
required

Body

application/json

The body is of type object.

Response

201

API key created successfully