API & Developer Tools
Generate API keys for programmatic QR code generation, dynamic target updates, and webhooks.
Active API Keys
Keys scoped to your Qodex workspace
| Key Name | Prefix / ID | Last Used | Created | Action |
|---|
cURL REST API Quickstart
curl -X POST https://aiqrcodegenerator.online/api/v1/qr-codes \
-H "Authorization: Bearer qdx_live_8f3a..." \
-H "Content-Type: application/json" \
-d '{
"title": "API Generated Menu",
"type": "dynamic",
"destinationUrl": "https://dinetrust.com/menu"
}'