๐Ÿš€ Dotty API Gateway

Real-time status and access to all Dotty APIs. Built for developers, optimized for AI agents.

๐Ÿ”—

QR Code API

Operational

Generate 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

Operational

Generate 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 Soon

Enhanced VIN decoding with 200+ manufacturers and global coverage.

  • POST /v1/vin/decode
  • GET /v1/vin/validate
๐Ÿง 

Steganography API

Coming Soon

Military-grade LSB steganography with AES-256 encryption.

  • POST /v1/steganography/embed
  • POST /v1/steganography/extract
๐Ÿ”„

File Conversion API

Coming Soon

Multi-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