Skip to main content
POST
/
v1
/
api-keys
Create Key
curl --request POST \
  --url https://api.example.com/v1/api-keys \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>"
}
'
{
  "key": {
    "id": "<string>",
    "label": "<string>",
    "prefix": "<string>",
    "last4": "<string>",
    "last_used_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z",
    "revoked_at": "2023-11-07T05:31:56Z"
  },
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

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

Headers

x-dev-user
string | null
authorization
string | null

Body

application/json
label
string
required
Required string length: 1 - 80

Response

Successful Response

key
KeyView · object
required
token
string
required