Easily generate and manage QR codes through our RESTful API.
Use the following endpoints to interact with the service:
Soon
To use the API, you will need an API key for external access or JWT authentication.
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