Getting started
Pricing and billing
Priced per result in US dollars. No subscription, no minimum.
You add funds to a balance and each job draws from it. There is no monthly fee and no seat count, so a month where you generate nothing costs nothing. A failed job is refunded automatically.
| Operation | Price |
|---|---|
| Image | $0.05 each |
| Upscale | $0.02 |
| Caption | $0.01 |
| Prompt analysis | $0.01 |
| Video | $0.33 per clip |
Batch processing is available on every generation endpoint at a quarter of the price. It runs without a concurrency guarantee and typically completes in two to ten minutes, which suits work nobody is waiting on.
{ "prompt": "a lighthouse on a basalt cliff", "priority": "batch" }Checking your balance
curl https://api.journeyapi.dev/v1/account -H "Authorization: Bearer $JOURNEY_API_KEY"{
"object": "account",
"balance_usd": 412.50,
"currency": "usd",
"low_balance_threshold_usd": 50.00,
"auto_reload": { "enabled": true, "trigger_usd": 50.00, "amount_usd": 250.00 }
}