Skip to main content
The BudgetPixel API lets you generate images and video from your own applications using the same models available on budgetpixel.com.
curl https://api.budgetpixel.com/v1/models \
  -H "Authorization: Bearer bpx_live_xxx"

How it works

API keys

Authenticate every request with a bearer API key created from your dashboard.

Async jobs

Create a generation job, then poll it until it succeeds. Results return as URLs.

Credit pricing

Usage is metered in credits at each model’s published price. You pay only for successful generations.

Models

Discover available image and video models and their pricing at runtime.

Base URL

All endpoints are served under:
https://api.budgetpixel.com/v1

Availability

The developer API is currently in private beta. Access is limited while we finalize the launch. If you have beta access on the Ultra plan, you can create a key from your BudgetPixel account dashboard, then follow the quickstart.