Developers
Read one endpoint.
Ship all five.
A single request shape, first-class SDKs and a response you can rely on. Here is everything you need to go from key to production.
Quickstart
From zero to first render in 3 minutes.
- 1Grab an API key from the dashboard
- 2Install the SDK or hit the REST endpoint
- 3Send a task, get a licensed asset back
vela.dev
1# Virtual try-on: drop a garment onto a model
2curl https://api.vela.dev/creator/tryon/image/v1 \
3 -H "X-API-Key: $VELA_KEY" \
4 -H "Content-Type: application/json" \
5 -d '{
6 "person_image": "https://cdn.brand.com/models/ava.jpg",
7 "clothing_image": "https://cdn.brand.com/sku/884.jpg",
8 "gender": "female",
9 "output_format": "webp",
10 "callback_url": "https://hooks.brand.com/vela"
11 }'
API reference
A small, stable surface.
MethodPathDescription
POST/creator/instamodel/image/v1Generate on-model imagery
POST/creator/tryon/image/v1Virtual try-on, garment on body
POST/background/change/image/v1Replace and relight background
POST/edit/image/v1Instruction-based image edit
POST/upscale/image/v1Upscale and enhance detail
GET/{endpoint}/status/{job_id}Poll an async job
Keep going
Everything else.
Guides
Catalogue ingest, batching, brand kits.
Webhooks
Async events for long-running jobs.
SDKs
TypeScript, Python, Go and Ruby.
Status
Live uptime and incident history.
Get your API key.
Free to start, no card required. The docs are open, no login wall.