Skip to main content
POST
/
token
cURL
curl --request POST \
  --url https://{portalApiUrl}/token \
  --header 'Content-Type: application/json' \
  --data '
{
  "apikey": "<string>"
}
'
{
  "token": "<string>"
}

Documentation Index

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

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

Body

application/json

API Key for authentication

apikey
string
required

Your portal's API key

Response

Token generated successfully

token
string

The generated token