Skip to content
You're offline. Some features may be unavailable.
QPortal is live. Deploy QR-powered AI instantly.

Documentation

3QPR Developer Docs

Turn any physical object into an AI access point. The 3QPR API lets you generate QPR Codes programmatically, receive real-time scan events, and embed AI conversations into any physical product — no app download required.

What is 3QPR?

3QPR (3D Quick Prompt Response) is the physical-to-AI bridging platform. A QPR Code is a QR code with an embedded AI prompt — scan it with any camera and you're instantly in an AI conversation, no app download needed.

Use cases span retail (product assistant), hospitality (concierge), events (networking), healthcare (prescription info), and anywhere a physical touchpoint should become a conversation.

Base URL

https://api.3qpr.com

API Versioning

The current stable version is v1. All v1 endpoints are prefixed with /v1/. Breaking changes will be versioned — existing versions remain supported for 12 months after a new major version ships.

Rate Limits

EndpointLimitWindow
POST /v1/qpr-codes60 reqper minute
GET /v1/scans120 reqper minute
GET /v1/analytics30 reqper minute
All other /v1/100 reqper minute

Rate limit headers are returned on every response: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.