Welcome to the QR Code API Service

Easily generate and manage QR codes through our RESTful API.

API Documentation

Use the following endpoints to interact with the service:

Soon

Get Started

To use the API, you will need an API key for external access or JWT authentication.

Example Request

Here's a sample curl request for generating a QR code:

curl -X POST \
  -H "API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"content": "Hello World!"}' \
  https://qrved.com/api