Enterprise
API Access
Integrate 3QPR agents into your own applications via our REST API.
Your API Key
3qpr_live_sk_7C3AED...xF9kP2Keep this key secret
API Calls Today
2,847
Rate Limit
10k/min
Uptime
99.97%
Quick Start
curl -X POST https://api.3qpr.studio/v1/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Coffee Concierge",
"template": "coffee-concierge",
"blocks": ["greeting", "menu", "order", "payment"]
}'Available Endpoints
POST
/v1/agentsCreate a new agentGET
/v1/agentsList all agentsPUT
/v1/agents/:idUpdate an agentPOST
/v1/agents/:id/deployDeploy and generate 3QPR codeGET
/v1/analyticsGet analytics overviewPOST
/v1/scan/:qr_contentProcess a scanGET
/v1/qr/:short_idDownload QR code image