QR Code Generator

Unlock the power of the QR Code Generator API to create customized QR codes for any text, URL, or contact information. This versatile API allows you to easily integrate QR code generation into your applications, websites, or marketing materials. Perfect for generating scannable codes that link to websites, store contact details, or encode any other text-based information. Explore our detailed documentation to start generating QR codes tailored to your needs and enhance user interaction.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "data": {
      "type": "string",
      "format": "base64",
      "description": "The base64 encoded image."
    }
  },
  "required": ["data"]
}
Query Params
string
required

The text to generate a QR code from.

int32
required

The size of the QR code. Must be between 100 and 1000.

string
Defaults to #000000

The color of the dark squares in the QR code. Must be a valid HEX color. Default is #000000.

string
Defaults to #ffffff

The color of the light squares in the QR code. Must be a valid HEX color. Default is #ffffff.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json