WebTools API

Operational

Version: 1.0.0

Time: 2025-11-08 07:12:18 UTC

Documentation: Swagger UI | ReDoc

POST QR Code Generator
/api/v1/qr
Generate QR codes in PNG, WebP, or SVG format with advanced styling (gradients, rounded corners, dots)
Example Request Body:
{ "data": "https://example.com", "format": "svg", "gradient_end": "#764ba2", "gradient_start": "#667eea", "gradient_type": "linear", "module_style": "rounded" }
GET Health Check
/health
Service health status
GET API Documentation
/docs
Interactive API documentation (Swagger UI)
GET Alternative API Docs
/redoc
Alternative API documentation (ReDoc)