Virtual try-on API for fashion platforms
Embed Nokkh generation into your product experience. Authenticated REST endpoints for try-on and AI image workflows — built for apparel catalogs and production traffic patterns.
Integration surface
REST generation API
Call authenticated generate endpoints from your backend for try-on and model photography jobs.
Store API keys
Manage keys from store integrations after onboarding — keep secrets server-side only.
Auth & rate limits
Production middleware includes authentication and rate limiting for safer public-facing apps.
Asset pipeline
Designed around product images and generated outputs suitable for ecommerce CDNs and storage.
Async-friendly jobs
Avatar and generation style workloads are structured for job-based processing where needed.
Partner support
Talk to us for higher volume, SLAs, and architecture review for marketplace-scale installs.
Typical architecture
Keep API keys on your server. Your storefront or admin tool uploads product and optional user images to your storage, then your backend calls Nokkh to generate results and stores the output URL on the product or session.
For Shopify custom apps and headless storefronts, treat try-on as a product-page enhancement: load the widget UI from your theme or Hydrogen app, execute generation server-side, and cache results for repeat views when appropriate.
POST /api/v1/generate
Authorization: Bearer <store_api_key>
Content-Type: application/json
{
"productImageUrl": "https://cdn.example.com/dress.jpg",
"personImageUrl": "https://cdn.example.com/shopper.jpg",
"mode": "tryon"
}Illustrative request shape — refer to your live API contract and dashboard docs after account setup for exact fields and responses.
FAQs
Does Nokkh offer a REST API?expand_more
Yes. Generation and try-on style workflows are available through API routes designed for authenticated storefront and platform use.
Who is the API for?expand_more
Engineering teams at fashion brands, agencies, and platforms that need virtual try-on or image generation inside custom checkouts, apps, or content pipelines.
How do I get API access?expand_more
Sign up for a store or brand account, complete onboarding, and manage API keys from the store integrations area — or contact us for partnership volume.