Your API key is required to authenticate requests to TheQuickAssist API. You can generate multiple API keys for different services, reveal and copy them anytime, and manage key permissions securely.
Create independent keys for staging, production, or custom CRMs.
Reveal and copy your full working API key directly from your dashboard whenever needed.
Keys are encrypted at rest using authenticated encryption.
Once logged in, navigate to Developer → API Keys in your dashboard sidebar.

Click Create API Key, enter a key name (e.g. Production CRM), and choose an optional expiry date.

Pass your API key in the x-api-key header with every request:
curl -X GET "https://gateway-api.aichatbot.websitebyct.in/v1/templates" \ -H "x-api-key: tqa_live_YOUR_API_KEY_HERE"