Skip to content

Pranava-Pai-N/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator API

A simple API service that generates QR code images from user-provided text or URLs.
You send a JSON request specifying the content, filename, and output image format, and get a downloadable QR code image in response.


Features

  • Generate QR codes from any text or URL.
  • Choose output image format: PNG, JPG, or SVG.
  • Customize the filename of the generated QR code image.
  • Easy-to-use JSON API request format.

Post URL : https://pranavpai0309-qr-code-generator.hf.space/qrcode

Request Format

Make a POST request to the API endpoint (e.g., /qrcode) with a JSON body structured as follows:

{
    "content": "str",
    "filename": "str",
    "format": "jpg/png/jpeg/gif/webp"
}

About

Give a post request using Postman to below link in the given format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •