Up to 100 QR codes at once
API · /qrlogo-api
QR Code with Logo API
Generate branded QR codes with a centre logo overlay, custom foreground and background colors, chosen size and error-correction level, as PNG or SVG. When a logo is supplied the error-correction level is raised automatically so the code stays scannable, and the logo is placed on a rounded white plate in the centre. Includes one-call helpers that build the correct payload for you: a Wi-Fi-join QR (SSID, password, encryption, hidden), a vCard contact QR (name, phone, email, organisation, title, URL, address) and a batch endpoint that returns up to 100 QR codes in a single request. Supply a logo by public URL, base64 or a raw binary body; receive results as base64 PNG/SVG JSON or, with raw=1, the raw image bytes. Pure server-side rendering (qrcode + sharp), no third-party upstream. Ideal for marketing and packaging, business cards and events, restaurant menus, Wi-Fi sharing and app onboarding.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 109 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,867
- attiva
- Chiamate totali
- 12
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 11,000 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 11,000 llamadas/mes, 2 req/s
- QR con marca, logo, colores, SVG/PNG + Wi-Fi/vCard/lote
- Sin tarjeta de crédito
Basic
€6.80 /mese
- 130,000 chiamate/mese
- 6 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 130,000 requests/month, 6 req/s
- Logo overlay, custom colors, all helpers
- Commercial use included
- Email support
Pro
€20.00 /mese
- 950,000 chiamate/mese
- 16 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 950,000 requests/month, 16 req/s
- High throughput for marketing & batch generation
- Priority email support
- Commercial use allowed
Mega
€53.00 /mese
- 4,800,000 chiamate/mese
- 45 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 4,800,000 请求/月,45 请求/秒
- 生产级 QR 流水线的最高吞吐量
- 优先支持
- 允许商业使用
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
QR Code API
Genera codici QR su richiesta come PNG base64, SVG o immagine grezza incorporabile. Personalizza dimensione, margine della zona silenziosa, livello di correzione degli errori e colori di primo piano/sfondo. Codifica URL, testo, Wi-Fi, vCard e altro.
api.oanor.com/qr-api
NSFW Detection API
Moderate images automatically with on-device machine learning. Classify any image across five categories — neutral, drawing, sexy, porn and hentai — and receive per-class probabilities, the top class, a combined NSFW score and a clear verdict (safe, questionable or nsfw). A simpler check endpoint returns a single safe/unsafe decision against a threshold you choose, ideal for upload gates and user-generated-content pipelines. Supply an image by public URL, base64 or a raw binary request body; only public http/https URLs are accepted and private or internal hosts are blocked, and large images are downscaled automatically. Runs locally on TensorFlow (NSFWJS / MobileNetV2) — no third-party upstream and no per-image cloud cost — with a warm model that keeps inference fast. Ideal for community platforms, marketplaces, dating and chat apps, and any service that accepts user images.
api.oanor.com/nsfw-api
Grammar API
Catch spelling mistakes in six languages — English, German, Spanish, French, Portuguese and Dutch — and get English style and grammar suggestions in one call. Spelling errors come with their position in the text and a ranked list of corrections; style suggestions flag repeated words, weasel words, passive voice, wordiness, clichés and more. A combined check returns spelling and style together (sorted by position), a spelling-only endpoint covers all six languages, a single-word endpoint returns corrections for one word, and a languages endpoint lists what is supported. Every endpoint takes text via the query string or the request body and returns lean JSON. Pure server-side computation (Hunspell dictionaries + write-good, no third-party upstream, no LLM cost), so responses are instant and always available. Ideal for editors and CMSs, form and comment validation, chat and email tools, and writing assistants.
api.oanor.com/grammar-api
PDF 转文本 API
从 PDF 文档中提取文本:完整的文档文本、每页单独的文本、文档元数据(页数、标题、作者、主题、关键词、创建者、生产者、创建和修改日期、PDF 版本、加密和大纲标志),以及全文搜索功能,返回匹配的页面及其命中次数和上下文片段。通过公共 URL、base64 或原始二进制请求体提供 PDF;仅接受公共 http/https URL,私有或内部主机被阻止。纯服务器端计算(pdf.js,无第三方上游,无每页云成本)。适用于文档索引和搜索、数据提取和 ETL、发票和合同处理、归档和内容管道。
api.oanor.com/pdftext-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per QR Code with Logo API?
Qual è il limite di velocità di QR Code with Logo API?
Quanto costa QR Code with Logo API?
Posso cancellare l'abbonamento in qualsiasi momento?
QR Code with Logo API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/qrlogo-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/qrlogo-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/qrlogo-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/qrlogo-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.