QR Code Crafter
QR Code Crafter renders static QR codes from supplied content. A caller can encode a URL, text, contact card or Wi-Fi credentials and receive the generated code as SVG, PNG, JPG, WebP, PDF or EPS, setting the pixel size, margin, colors and error-correction level. The vector outputs suit print production. No credentials required.
What your agent can do with QR Code Crafter
Triggers and actions 13 actions
- ActionAdd dynamic QR
Create a private dynamic QR redirect record. POST /api/dynamic-qr
- ActionAdd vault QR
Create a project-owned dynamic QR record inside a vault. POST /api/dynamic-qr-vaults/{vaultId}/qr
- ActionDelete dynamic QR
Permanently delete a dynamic QR record by slug. DELETE /api/dynamic-qr/{slug}
- ActionDelete QR vault
Delete an empty dynamic QR vault. DELETE /api/dynamic-qr-vaults/{vaultId}
- ActionGenerate bulk QR codes
Generate a ZIP archive of multiple static QR code files from a batch of input data. POST /.netlify/functions/generate-qr-bulk
- ActionGenerate QR code
Generate a static QR code image from input data. POST /.netlify/functions/generate-qr
- ActionGenerate verified QR code
Generate a QR code and verify it scans correctly before returning it. POST /.netlify/functions/generate-verified-qr
- ActionGet dynamic QR
Read a dynamic QR record by slug. GET /api/dynamic-qr/{slug}
- ActionGet QR vault
Read an authorized dynamic QR vault and its public child records. GET /api/dynamic-qr-vaults/{vaultId}
- ActionGet vault QR analytics
Read aggregate scan analytics for one project-owned dynamic QR record. GET /api/dynamic-qr-vaults/{vaultId}/qr/{slug}/analytics
- ActionUpdate dynamic QR
Update a dynamic QR record's target/settings by slug. PATCH /api/dynamic-qr/{slug}
- ActionUpdate QR vault
Rename a dynamic QR vault. PATCH /api/dynamic-qr-vaults/{vaultId}
- ActionUpdate vault QR
Update, pause, or resume a project-owned dynamic QR record. PATCH /api/dynamic-qr-vaults/{vaultId}/qr/{slug}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the QR Code Crafter API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
APIs.guruAPIs.guru is a directory of machine-readable OpenAPI and Swagger definitions for thousands of public web...
CDNJSCDNJS is a public content delivery network for open-source JavaScript and CSS libraries. Its API lets a...
Cloudflare TraceCloudflare Trace is a free JSON wrapper over Cloudflare's edge trace endpoint that reports what Cloudflare...
IcanhazipIcanhazip is a minimal service that reports the public IP address of whoever calls it. A caller can retrieve...
IPifyIPify is a simple public address lookup that tells a caller what IP the internet sees them from. A caller...
jsDelivrjsDelivr is a public CDN for npm, GitHub, and WordPress assets, and its data service exposes package...
NetworkCalcNetworkCalc is a collection of networking and security calculators exposed over HTTP. A caller can compute...
OutageDeckOutageDeck aggregates the official status feeds of more than 170 cloud and SaaS providers into one place. A...