cURL
curl --request POST \ --url https://{portalApiUrl}/token \ --header 'Content-Type: application/json' \ --data ' { "apikey": "<string>" } '
{ "token": "<string>" }
Generate an access token to authenticate API requests.
Documentation IndexFetch the complete documentation index at: https://developers.illuxi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.illuxi.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
Your portal's API key
Token generated successfully
The generated token