Skip to main content
GET
/
take
/
generate_certificate
/
{id}
cURL
curl --request GET \
  --url https://{portalApiUrl}/take/generate_certificate/{id} \
  --header 'Authorization: <api-key>'
{
  "status": true,
  "result": {
    "certificate_url": "<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.

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Path Parameters

id
integer
required

ID of the take to generate a certificate for

Response

certificate generated

status
boolean
result
object