Skip to main content
POST
/
api
/
v1
/
batch
Batch QR
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
}

Body

application/json
items
BatchItem · object[]
required

Response

Successful Response