cURL
curl --request GET \ --url https://{portalApiUrl}/take/generate_certificate/{id} \ --header 'Authorization: <api-key>'
{ "status": true, "result": { "certificate_url": "<string>" } }
Generate a certificate for a completed take
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.
Authentication token obtained from POST /token
ID of the take to generate a certificate for
certificate generated
Show child attributes