Editing & Background

Cut, relight and upscale the whole catalogue.

Instruction-based editing, background replacement and relighting, and upscaling, batched across every image you own.

CleanedCleaned
Raw photoRaw photo
Endpoints/edit, /background
Costfrom $0.02 / image
Upscaleto 8K
Batch10k+ per job
What you get

Designed to drop into production.

Background and relight

Replace or standardise backgrounds and relight mixed-source photos to one consistent catalogue look.

Edit in plain language

Recompose, swap objects or change scenes with a natural-language prompt, no image pipeline code.

8K upscaling

Recover detail and resolution for hero placements, zoom views and print without artefacts.

Composable

Chain it into a full pipeline.

Every endpoint is an independent primitive. This is a typical chain for this capability, run async on a webhook.

  1. 1Standardise
    POST /background/change/image/v1

    One clean backdrop.

  2. 2Recompose
    POST /edit/image/v1

    Prompt-based edits.

  3. 3Lift
    POST /upscale/image/v1

    Up to 8K detail.

One call

/edit/image/v1

Flat JSON, X-API-Key auth, async by default. You get a job_id back and the finished asset on your webhook.

POST /edit/image/v1
1curl https://api.vela.dev/background/change/image/v1 \
2 -H "X-API-Key: $VELA_KEY" \
3 -d '{
4 "input_image": "sku/884-raw.jpg",
5 "prompt": "seamless studio backdrop, soft shadow",
6 "output_format": "png",
7 "callback_url": "https://hooks.brand.com/vela"
8 }'

Ship your catalogue in a weekend, not a quarter.

Start free with 250 generations. No card, no sales call, just an API key and the docs.