Factories & integrators
Industrial-scale
color separation,
inside your ops stack.
If you process hundreds of artworks per day, manual separation is the bottleneck. Today Studio exposes authenticated endpoints for signed-in Pro and Studio accounts: create projects, register source assets, queue jobs, poll status, fetch outputs.
Today's pain
- ▸Hundreds of artworks per day, manual prep
- ▸Operators waste hours on Photoshop instead of pressing
- ▸No standard format between brand, factory and RIP
- ▸No SLA on legacy desktop tools
With TCS Studio
- ▸Authenticated API for signed-in accounts
- ▸Create projects, queue jobs, fetch outputs
- ▸Per-account namespace, signed URLs, audit log
- ▸Enterprise planning for SSO, SLA and dedicated infra
API surface
Authenticated app endpoints. The whole pipeline.
// Create a project, then register the uploaded source
POST /api/projects
{ "name": "SS27_floral_42", "engine": "studio" }
POST /api/projects/:id/assets
{ "kind": "source", "storageBucket": "...", "storagePath": "..." }
// Run the pipeline
POST /api/studio/jobs
{ "projectId": "...", "type": "analyze" | "separate" | "recolor" | "export" }
GET /api/studio/jobs/:id
→ { status, progress, dependencies }
// Pull the results
GET /api/studio/jobs/:id/outputs
→ [ { kind, asset, ... }, ... ]
GET /api/studio/jobs/:id/artifact
→ structured JSON result for the current step
// Auth model
Authorization: Bearer <account session token>
Signed-in account required
Public partner keys and webhook product not shipped yet
Current shape: authenticated app endpoints on Pro and Studio. Public OpenAPI docs, partner API keys and webhooks are not shipped yet.
Built for industrial volume.
Per-plan concurrency
5 concurrent jobs on Studio. Custom on Enterprise. The queue is fair across your account.
SSO & audit
Enterprise plan: SAML SSO, role-based access, retained audit log per project.
EU storage
Source artwork stored in EU. EU-only deployment available on request.
Get started
Stop wrestling with Photoshop actions.
Ship print-ready files in minutes.
Sign in, pick the plan that fits the workflow, and move to Studio when you need queued processing, higher limits and exports at scale.
Contact
Need a demo, pricing detail or workflow help?
Send the artwork context, expected volume, and what you need to automate. We will route it to the right workflow.