Skip to main content

Welcome to PixelByte API

PixelByte provides a unified API to access multiple AI models for image generation, video creation, and more. One integration, unlimited possibilities.

Base URL

All API requests are made to:
https://api.muvi.video/v1

Key Features

Multi-Model Access

Access models from Google, OpenAI, Stability AI, Runway, and more through a single API.

Pay Per Use

No subscriptions or minimums. Only pay for what you use with micro-cent precision.

Simple Integration

Submit a job, poll for status, get your result. Three steps to AI-powered content.

Webhook Support

Get notified when jobs complete via webhooks instead of polling.

How It Works

  1. Submit a job with your model and input parameters
  2. Check the status or wait for a webhook callback
  3. Get the output - image URL, video URL, or other content

Response Format

All endpoints return a consistent JSON envelope:
{
  "success": true,
  "data": { ... },
  "requestId": "req_abc123"
}
Error responses:
{
  "success": false,
  "error": {
    "code": "ERROR_CODE",
    "message": "Human-readable message",
    "details": {}
  },
  "requestId": "req_abc123"
}

Monetary Values

All monetary values use micro-cents precision:
Micro-centsUSD
1,000,000$1.00
100,000$0.10
10,000$0.01
1,000$0.001
Use the Estimate endpoint to calculate costs before submitting jobs.