API Reference

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.

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"]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!