POST a piece of artwork and get back press-ready spot inks, a film-positive for every ink, and a composite preview — in one request. Meter it by credit: pay-as-you-go or a monthly plan.
Send a base64 image and your key. One separation = one credit.
curl -X POST https://www.aiseparations.com/api/separate \ -H 'X-API-Key: sk_live_...' \ -H 'Content-Type: application/json' \ -d '{"image":"data:image/png;base64,iVBOR...","colors":6,"garment":"dark"}'
{
"count": 6,
"colors": ["#100c09", "#542a1d", "#963c26", "#c88756", "#fbfafa"],
"composite": "data:image/png;base64,...", // print-simulation preview
"plates": [{"ink":"#100c09", "image":"data:image/png;base64,..."}, /* one film-positive per ink */ ],
"recommend": "screen",
"remaining": 199
}POST /api/separate — separate an image (consumes 1 credit)
GET /api/credits — check your balance (free), header X-API-Key
Params: colors (target ink count, or omit to auto-detect),
garment ("dark" adds the underbase logic / "light"). Images up to 12 MB.
One separation = one credit. Mix both models — your monthly allowance is spent first, then pack credits never expire.
| Plan | Separations / month | Price | Effective | |
|---|---|---|---|---|
| Lite | 150 | $29/mo | $0.19 ea | Subscribe |
| Pro | 750 | $99/mo | $0.13 ea | Subscribe |
| Scale | 3,000 | $299/mo | $0.10 ea | Subscribe |
The AI Separations desktop app is $179 one-time and adds AI background removal, upscaling, the Separation Advisor, instant quoting, and ink matching — built for individual shops. Or try it live in your browser first.