v1

latestOpenAPI 3.1.0AGPL-3.02026-07-1317522.1 KB

Create a dynamic (editable) QR code

Creates a short link on oqr.to that you can re-point later. Encode the returned short_url in a QR code to print.

post/v1/dynamic

Request body

destinationstring uri required

The http(s) URL the code redirects to.

labelstring

Optional label for your dashboard.

themestring

A saved theme id or name to style the code with.

Response

Created.

idstring
slugstring
short_urlstring uri
destinationstring uri

Example response

{
  "id": "9f8b2c1a-4e7d-4a90-b2f1-0c3d5e6a7b8c",
  "slug": "spring-menu",
  "short_url": "https://oqr.to/spring-menu",
  "destination": "https://example.com/menu"
}