Skip to content
You're offline. Some features may be unavailable.
3QPR Studio is live — 100% free. Build & deploy for free.
Enterprise

API Access

Integrate 3QPR agents into your own applications via our REST API.

Your API Key

3qpr_live_sk_7C3AED...xF9kP2
Keep 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 agent
GET/v1/agentsList all agents
PUT/v1/agents/:idUpdate an agent
POST/v1/agents/:id/deployDeploy and generate 3QPR code
GET/v1/analyticsGet analytics overview
POST/v1/scan/:qr_contentProcess a scan
GET/v1/qr/:short_idDownload QR code image