Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate up to 20 QR codes in one request. Returns a ZIP archive.
cURL
curl --request POST \ --url https://qr.spoo.me/api/v1/batch \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "content": "<string>", "color": "black", "background": "white", "size": 123, "style": "rounded", "output": "png", "filename": "<string>" } ] } '
{ "error": "<string>", "code": "<string>", "field": "<string>", "details": null }
Show child attributes
Successful Response
Was this page helpful?