Developer API — v1.0

One API.
Every CloviTek tool.

Issue one API key and access image generation, lead enrichment, QR codes, PDF processing, voice synthesis, and more — all from a single endpoint.

Start building View OpenAPI spec
16
Tools available
1
API key for all
/v1/{tool}/{action}
Consistent endpoint pattern
100/day
Free tier included
Quick start

Pick a language and make your first call in under a minute.

import requests

API_KEY = "gw_live_your_key_here"
BASE    = "https://gateway.clovitek.com/v1"

# Generate a QR code
resp = requests.post(
    f"{BASE}/qr/generate",
    headers={"X-API-Key": API_KEY},
    json={"url": "https://example.com", "size": 400},
)
print(resp.json())

# Generate an image
resp = requests.post(
    f"{BASE}/image/generate",
    headers={"X-API-Key": API_KEY},
    json={"prompt": "A minimalist logo for a tech startup"},
)
print(resp.json())
# Issue a free API key
curl -s -X POST https://gateway.clovitek.com/v1/keys/issue \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","name":"Your Name","tier":"free","admin_secret":"..."}'

# Generate a QR code
curl -s -X POST https://gateway.clovitek.com/v1/qr/generate \
  -H "X-API-Key: gw_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","size":400}'

# Check your usage
curl -s https://gateway.clovitek.com/v1/keys/me \
  -H "X-API-Key: gw_live_your_key_here"
const API_KEY = "gw_live_your_key_here";
const BASE    = "https://gateway.clovitek.com/v1";

async function generateQR(url) {
  const res = await fetch(`${BASE}/qr/generate`, {
    method: "POST",
    headers: {
      "X-API-Key": API_KEY,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({ url, size: 400 }),
  });
  return res.json();
}

generateQR("https://clovitek.com").then(console.log);
Available tools

All 16 tools share the same base URL and authentication. Use /v1/{tool}/{action} to call any tool.

image
/v1/image/{action}
AI image generation from text prompts
leads
/v1/leads/{action}
Lead enrichment and qualification
qr
/v1/qr/{action}
QR code generation in multiple formats
pdf
/v1/pdf/{action}
PDF processing and manipulation
speech
/v1/speech/{action}
Text-to-speech voice synthesis
transcribe
/v1/transcribe/{action}
Audio transcription and captioning
seo
/v1/seo/{action}
SEO analysis and content optimization
build
/v1/build/{action}
AI-powered website builder
narrate
/v1/narrate/{action}
Narration and voiceover pipeline
decks
/v1/decks/{action}
Slide deck creation and export
cover
/v1/cover/{action}
Cover image creation
flip
/v1/flip/{action}
Document flip and format conversion
biolink
/v1/biolink/{action}
Bio link page generation
yt
/v1/yt/{action}
Video content processing
idea
/v1/idea/{action}
Idea generation and analysis
learn
/v1/learn/{action}
Learning content management
Pricing

Start free. Scale as you grow. Contact us for enterprise volume pricing.

Free
$0 / forever
  • Calls / day100
  • Calls / minute10
  • ToolsAll 16
  • SupportCommunity
Pro
$49 / month
  • Calls / day10,000
  • Calls / minute100
  • ToolsAll 16
  • SupportPriority
Enterprise
Custom
  • Calls / dayUnlimited
  • Calls / minute500+
  • ToolsAll 16 + SLA
  • SupportDedicated