POST
/
qrcodes
/
{url}
curl --request POST \
  --url https://api.reqlick.com/qrcodes/{url} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form hasLogo=true \
  --form 'logoSrc=<string>' \
  --form domain=rqk.sh \
  --form key=null \
  --form 'url=<string>' \
  --form 'bg=#ffffff' \
  --form 'fg=#000000' \
  --form expiresAt=null \
  --form 'password=<string>' \
  --form 'ios=<string>' \
  --form 'android=<string>' \
  --form 'utm_source=<string>' \
  --form 'utm_medium=<string>' \
  --form 'utm_campaign=<string>' \
  --form 'utm_term=<string>' \
  --form 'utm_content=<string>' \
  --form 'ref=<string>' \
  --form 'description=Turn your files into shareable links and connect effortlessly' \
  --form 'title=Instant File Sharing Link with Reqlick' \
  --form image=/_static/thumbnail.png
{
  "qrcode_id": "<string>",
  "link_id": "<string>",
  "link_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

url
string
required

The URL of the workspace where the QR code will be created

Query Parameters

subscriptionId
string
required

The subscription ID of the user

Body

multipart/form-data

Response

200
application/json
Successfully created a new QR code

The response is of type object.