API Documentation

Integrate QR code generation and link shortening into your applications with our powerful RESTful API.

Fast & Reliable

High-performance API with 99.9% uptime guarantee

Secure

API key authentication and rate limiting protection

RESTful

Clean, predictable REST API with JSON responses

Well Documented

Comprehensive documentation with code examples

Quick Start

1. Get Your API Key

Sign up for a free account to get your API key. Premium plans available for higher rate limits.

2. Make Your First Request

curl -X POST "https://api.qubex.it/v1/qr/generate" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "https://example.com",
    "size": 256,
    "color": "#000000"
  }'

API Endpoints

POST/api/qr/generate

Generate a QR code with custom options

contentsizecolorbackgroundColortype
POST/api/links/shorten

Create a shortened link

urlcustomCodeexpiresAt
GET/api/links/{code}

Get link information by short code

code
GET/api/analytics/{id}

Get analytics data for a link or QR code

idtimeframe

Full Documentation Coming Soon

We're working on comprehensive API documentation with interactive examples, SDKs for popular languages, and detailed guides.

Contact Us