curl --request POST \
--url https://platform.kodexa.ai/api/account/cli/access-token \
--header 'x-api-key: <api-key>'{
"token": "<string>"
}Creates a new access token for CLI authentication. The returned token can be used for subsequent API calls.
curl --request POST \
--url https://platform.kodexa.ai/api/account/cli/access-token \
--header 'x-api-key: <api-key>'{
"token": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.