API
esc

Type to search.

v1 · REST · JSON

Your catalogue in, every asset out.

The Veeton Studio API gives your PIM, DAM or back office programmatic access to the same pipeline the dashboard uses: import products, queue beautifier and tryon renders, and read every asset back with a signed URL, one row per product.

Your first request
curl https://api.veeton.com/v1/products?limit=3 \
-H "Authorization: Bearer $VEETON_KEY"

Getting products in

Two paths, sized for two jobs. A catalogue goes in as a file; a single product goes in as two calls from a form.

What you can do

Base URL

https://api.veeton.com/v1

Pin to /v1. Changes within a major version are additive.

Authentication

Authorization: Bearer ak_…

Machine keys minted in the dashboard. Details

Status

GET/v1/tasks/{id}

Every async job has a status endpoint; poll it or let a webhook tell you.