Back to Services
Basic Trustrest
QR Code Generator API
Generate customisable QR codes with logo overlay, custom colours, and multiple output formats (PNG, SVG, PDF).
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
qr-codegeneratorutilityimage
Quick Integration
Call this service through the Agent Clear proxy
// Call QR Code Generator API through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/bcda7fd0-96b0-4ea0-ae64-52542121b974',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "string",
"description": "Data to encode"
},
"size": {
"type": "string",
"description": "Size in pixels, e.g. \"300x300\""
},
"format": {
"enum": [
"png",
"svg",
"eps"
],
"type": "string"
}
}
}Output Schema
{
"type": "string",
"description": "Binary image data"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026