Skip to main content
POST
/
api-keys
Generate API Key
curl --request POST \
  --url https://api.example.com/api-keys
{
  "success": true,
  "data": {
    "id": 3,
    "uuid": "4b6406ff-e2e4-4343-8879-44374e8552fe",
    "key": "pk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "status": "active",
    "last_used_at": null,
    "created_at": "2026-01-15T15:00:00.000000Z"
  },
  "message": "API key generated successfully. Please copy and store it securely."
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

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

The full API key is only shown once when generated. Make sure to copy and store it securely.
{
  "success": true,
  "data": {
    "id": 3,
    "uuid": "4b6406ff-e2e4-4343-8879-44374e8552fe",
    "key": "pk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "status": "active",
    "last_used_at": null,
    "created_at": "2026-01-15T15:00:00.000000Z"
  },
  "message": "API key generated successfully. Please copy and store it securely."
}