Linqr
Connector for the linqr API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://run.byvalue.org - Auth:
header:Byvalue-Token(pass your key via theapiKeyinput)
Operations
imagelistall_images_get— GET /images — List all imagesimagelist_images_id_get— GET /images/{id} — List imageqrcodebatch_batch_qrcode_post— POST /batch/qrcode — QR Code Batchimageupload_images_post— POST /images — Upload imageimagedelete_images_id_delete— DELETE /images/{id} — Delete imagedispatcher_qrcode_post— POST /qrcode — Arbitrary data type QR Code
Inputs
apiKey— your linqr API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: imagelistall_images_get
apiKey: <your key>