Skip to main content
POST
https://api.kisara.my.id
/
auth
/
api-keys
Generate API key
curl --request POST \
  --url https://api.kisara.my.id/auth/api-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "message": "<string>",
  "data": {
    "api_key": "<string>",
    "key": {
      "name": "<string>",
      "key_id": "<string>",
      "last_four": "<string>"
    }
  },
  "metadata": {
    "method": "<string>",
    "url": "<string>",
    "execution_time_ms": 123,
    "ip": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.kisara.my.id/llms.txt

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

Authorizations

Authorization
string
header
required

Internal web-session JWT, used only for session-based account actions and API key management.

Body

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

Response

Default Response

status_code
enum<number>
required
Available options:
201
message
string
required
data
object
required
metadata
object
required
Last modified on April 16, 2026