Skip to main content
Qodex Workspace

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 NamePrefix / IDLast UsedCreatedAction

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"
  }'