Turn text or an image into a marketing video - over one REST call
BScale's own in-house engines plus the leading video models, priced per video with no monthly fee. Keys in minutes, videos in your pipeline.
Why builders pick the BScale engine
BScale's own engine
The LTX house engine runs on BScale GPUs - house pricing, no third-party lock-in.
Pay per video
No subscription and no daily fee: the price is derived from the seconds and quality you choose.
A simple REST flow
POST a prompt, poll a status URL, download an MP4. Idempotency keys and signed download links built in.
Text and image to video
Start from a prompt or animate a product photo - 9:16, 16:9 and 1:1 up to 1080p.
Seven engines, one API
Switch between BScale, Seedance, Veo, Kling, Runway and LTX with a single field.
Keys you control
Bearer keys are shown once, stored hashed, and revocable instantly - per-key usage visible in the studio.
A complete creative studio, not just an API
Your account opens the full creation studio - three ways to create, one credit balance, no subscription.
Quick
Type a prompt, pick an engine, get a ready-to-download video in one screen.
Guided
A step-by-step wizard that analyzes your product and produces images, copy and video.
Film
A multi-scene studio with an AI scene planner, frame continuity and a soundtrack - a full clip, stitched for you.
Pricing by the second
Every engine has a per-video price derived from the clip length and quality you pick. These are the same rates the in-app studio charges.
| Engine | Lengths | Quality | From |
|---|---|---|---|
| Seedance 2.0 | 4 / 5 / 8 / 10 / 15s | 720p / 1080p | $25.00 |
| Veo | 4 / 6 / 8s | 720p / 1080p | $50.00 |
| Kling 3.0 | 5 / 10 / 15s | 720p / 1080p | $50.00 |
| Runway | 5 / 10s | 720p | $35.00 |
| LTX-2.3BScale | 6 / 8 / 10 / 15 / 20s | 720p / 1080p | $50.00 |
Prices in USD wallet credits per generated video, starting at each engine's shortest clip and base quality. The engines endpoint returns the live table.
Quickstart
This part is for developers - create an account, activate the free Video API module, mint a key in the Video Engine studio, and this code generates a video. If you're not writing code yourself, skip to the button below and create videos directly in the studio.
curl -X POST https://bscale.co.il/api/v1/video/generations \
-H "Authorization: Bearer $BSCALE_API_KEY" \
-H "content-type: application/json" \
-d '{
"prompt": "A ceramic coffee mug on a rustic wooden table, soft morning light",
"engine": "ltx",
"durationSeconds": 5
}'Building an integration?
Full developer reference
Every endpoint, request and response shape, error code, and a worked example with polling and download - written for engineers connecting their own system.
Generate your first video today
Sign up, top up credits, and call the API - or create videos in the studio without writing code.