๐ Dotty API Gateway
Real-time status and access to all Dotty APIs. Built for developers, optimized for AI agents.
QR Code API
OperationalGenerate QR codes with 11 supported types including URL, WiFi, vCard, and more.
- GET /v1/qr/types
- POST /v1/qr/generate
- GET /v1/qr/health
Barcode API
OperationalGenerate barcodes with 50+ supported formats including Code 128, UPC, EAN, Data Matrix, PDF417, and more.
- POST /generate
- GET /generate
- GET /types
VIN Decoder API
Coming SoonEnhanced VIN decoding with 200+ manufacturers and global coverage.
- POST /v1/vin/decode
- GET /v1/vin/validate
Steganography API
Coming SoonMilitary-grade LSB steganography with AES-256 encryption.
- POST /v1/steganography/embed
- POST /v1/steganography/extract
File Conversion API
Coming SoonMulti-format file conversion and optimization.
- POST /v1/convert/document
- POST /v1/convert/image
๐ API Statistics
99.9%
Uptime
~250ms
Avg Response
2
Live APIs
๐งช Quick Test - Barcode API
Try generating your first barcode:
curl -X POST https://barcode.dotty.cc/generate \
-H "Content-Type: application/json" \
-d '{"type": "code128", "data": "Hello World"}' \
--output barcode.png