Method: | POST |
---|---|
URL: | /generate-qr |
Headers: | Content-Type: text/plain |
Attribute | Description | Type | Required |
---|---|---|---|
Text Data | Text data to generate QR Code | text | true |
curl -X POST 'https://pdf.msquare.pro/generate-qr?appName=DocCrafter' \
-H 'content-type: text/plain' \
-H 'authorization: ***' \
-d 'test'
Method: | POST |
---|---|
URL: | /generate-barcode |
Headers: | Content-Type: text/plain |
Attribute | Description | Type | Required | Option |
---|---|---|---|---|
format | text | true | ISBN10 ISBN13 ISSN EAN8 EAN8_GUARD EAN13 EAN13_GUARD EAN14 Code39 Code128 CODABAR JAN Gs1_128. |
curl -X POST 'https://pdf.msquare.pro/generate-barcode?appName=DocCrafter&format=Code128' \
-H 'Content-Type: text/plain' \
-H 'Authorization: ***' \
-d 'test'