v2.0 Now Available

The Ultimate
Device Mockup API

Generate high-fidelity, production-ready device mockups programmatically. Built for high-performance developer workflows.

Read Documentationarrow_forward
npm install @qalbetools/mockup

Architected for Speed

We removed the friction so you can focus on building.

bolt

Sub-50ms Response Times

Global edge caching ensures your mockups are generated and delivered instantly, regardless of where your users are.

no_encryption

Zero Auth Required

Start testing immediately on our free tiers without managing complex API keys.

public

CORS Pre-Configured

Call directly from your frontend applications without fighting browser security policies.

imagesmode

Multiple Output Formats

Export to WebP, PNG, JPEG, or SVG. Need transparency? We handle alpha channels automatically.

devices

Developer API Guide

Our RESTful API is designed to be intuitive and strictly typed. Pass your target URL, specify the device, and receive a high-fidelity image buffer in return.

1

Construct the Payload

Define the device model, orientation, and background color.

2

Make the Request

Send a POST request to our edge-optimized endpoints.

request.js
const response = awaitfetch('https://api.qalbetools.com/v1/mockup', {method: 'POST',headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer YOUR_KEY' // Optional for Hobbyist},body: JSON.stringify({url: 'https://syntactic.app',device: 'iphone-15-pro',orientation: 'portrait',theme: 'dark',format: 'webp' }) });const imageBuffer = await response.arrayBuffer();

Transparent Pricing

Scale your infrastructure without unexpected costs. Pay only for what you compute.

Hobbyist

$0/mo

Perfect for side projects and local testing.

  • check 1,000 requests/mo
  • check Standard resolution
  • check Community support

Developer Plus

$19/mo

For independent developers building production apps.

  • check 50,000 requests/mo
  • check High-res output (4K)
  • check 24hr support SLA
Most Popular

Professional

$49/mo

For small teams requiring scale and reliability.

  • check 500,000 requests/mo
  • check All export formats
  • check Webhook integrations
  • check Priority support

Enterprise

Custom

Dedicated infrastructure for high-volume pipelines.

  • check Unlimited requests
  • check Custom device models
  • check Dedicated account manager
  • check SLA guarantees