qrcode
Create and manage dynamic QR codes with analytics, A/B testing, and edge generation. Generate millions of codes with <10ms latency and track every scan globally.
qrcode
Qrcode.do
Overview
The qrcode primitive is part of the .do platform's semantic API system. It follows the $.Subject.verb.Object pattern for consistent, intuitive interactions across SDK, CLI, API, and MCP interfaces.
Semantic Pattern
All qrcode operations follow the semantic $.Qrcode.verb.Object pattern:
import { $, qrcode } from 'sdk.do'
// Create resources
await $.Qrcode.create.Resource({ /* config */ })
// Query data
await $.Qrcode.get.Data({ /* params */ })
// Update state
await $.Qrcode.update.Status({ /* changes */ })Quick Start
import { qrcode } from 'sdk.do'
// Initialize and use the primitive
const result = await qrcode.operation({
// configuration parameters
})Access Methods
The qrcode primitive is accessible through multiple interfaces:
SDK
TypeScript/JavaScript library for programmatic access:
import { qrcode } from 'sdk.do'
await qrcode.method({ /* ... */ })CLI
Command-line interface for terminal operations:
do qrcode <command> [options]API
REST/RPC endpoints for HTTP integration:
curl -X POST https://api.do/v1/qrcode \
-H "Content-Type: application/json" \
-d '{"key":"value"}'MCP
Model Context Protocol for AI assistant integration:
Use qrcode primitives with AI assistants via MCPRelated Primitives
See other primitives in the media category.
photos
Manage photos with edge-native delivery and AI optimization. Automatic format conversion, responsive sizing, and <50ms global delivery. Scale to billions of images.
screenshots
Generate pixel-perfect screenshots with full-page rendering, mobile viewports, and dark mode support. Capture at 300+ edge locations with <1s generation time.