API USAGE

To use the api send your data in json format. You should recieve a pdf file as a response. Or an error message in html or plain text format.

URL https://www.canklottools.tk/api
Format JSON
Method POST
Response Binary PDF File
Field Type Restraints Description
text List of strings Max length 20 per string Data you want to create the qr_code of
barcode_type_selection String qr_code, Code128, PZN7, EAN13, EAN14, JAN, UPCA, ISBN13, ISBN10, ISSN, Code39, PZN, ITF, Gs1_128, CODABAR The type of barcode of qr_code you want to create

Example API usage

{"text":["Hello", "world"],"barcode_type_selection":"qr_code"}