Skip to main content
POST
/
api
/
account
/
cli
/
access-token
Create CLI access token
curl --request POST \
  --url https://platform.kodexa.ai/api/account/cli/access-token \
  --header 'x-api-key: <api-key>'
{
  "token": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Response

Access token created

token
string

The generated access token. Store this securely — it will not be shown again.