Fashion Diffusion Public API
REST API for asynchronous AI fashion generation tasks. Authenticates with a single long-lived bearer API key (Authorization: Bearer fd_live_xxx); the secret is shown only once at creation and a key may read only tasks owned by its user and current team. Documented operations: POST /virtual-try-on/tasks and POST /ai-inpainting/tasks (both return 202 with a task id), GET /tasks/{taskId}, and GET /tasks with cursor pagination (limit 1-100, default 20, nextCursor, optional createdAfter). Image fields accept exactly one input form — a public HTTPS URL or a Base64 data URL — JPEG, PNG or WebP up to 20 MB. Errors use a proprietary envelope {"error":{"code","message","requestId"}} with the id echoed in X-Request-Id. No idempotency protection, no reversal path, no rate-limit headers and no webhooks.