Enterprise API

Licensed generation, built for the catalogue.

Reusable identity profiles, C2PA provenance on every output, async jobs with webhooks, and the governance enterprise teams require.

CompliantCompliant
RiskRisk
Endpoints/profiles, /identity
ProvenanceC2PA, Art. 50
AuthX-API-Key
DataEphemeral
What you get

Designed to drop into production.

C2PA provenance built in

Every output embeds provenance metadata satisfying EU AI Act Article 50 disclosure.

Reusable identity profiles

Create, version and govern brand models as profiles your team calls by id.

Ephemeral and governed

Inputs and outputs are processed ephemerally, with API key management, plans and credit balance.

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. 1Create profile
    POST /profiles/v1

    Govern a brand identity.

  2. 2Lock identity
    POST /identity/lock/image/v1

    Reusable, consistent model.

  3. 3Wire webhooks
    GET /webhooks/event-schema

    Async delivery contract.

One call

/profiles/v1

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

POST /profiles/v1
1curl https://api.vela.dev/profiles/v1 \
2 -H "X-API-Key: $VELA_KEY" \
3 -d '{
4 "name": "Marisol / Ava",
5 "reference_images": ["models/ava-1.jpg", "models/ava-2.jpg"]
6 }'

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.