-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
139 lines (139 loc) · 5.13 KB
/
Copy pathapis.yml
File metadata and controls
139 lines (139 loc) · 5.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
name: Fashion Diffusion
aid: fashiondiffusion
description: >-
AI fashion design and commercial photography platform for brands and creators,
offering a generative AI fashion suite — virtual try-on, AI model and outfit
generation, flat lay production, background change and removal, garment recolor,
face swap and fashion video. Fashion Diffusion exposes a bearer-key REST Public API
at https://www.fashiondiffusion.ai/api/public/v1/ built on a submit-and-poll task
model: a generation request returns HTTP 202 with a task id, and the caller polls
until the task reaches SUCCEEDED or FAILED. The published reference documents four
operations across two capabilities — Virtual Try-On and AI Inpainting submission
plus task query and cursor-paginated task list — while marketing advertises more
than 18 endpoints. There is no OpenAPI, GraphQL schema, Postman collection, MCP
server, agent card, SDK, webhook surface, status page or changelog, and the
reference states plainly that this version carries no idempotency protection.
image: >-
https://zhiyi-image.oss-cn-hangzhou.aliyuncs.com/devops/comfyui/input/demo/web-assets/fd-web/v20260806/images/product-hero/home.webp
url: >-
https://raw.githubusercontent.com/api-evangelist/ai-fashion-design-platform-for-brands-amp-creators/refs/heads/main/apis.yml
created: '2026-08-31'
modified: '2026-08-31'
specificationVersion: '0.21'
tags:
- Fashion
- E-Commerce
- Retail
- Generative AI
- Image-Generation
- Virtual Try-On
- Computer-Vision
- Video Generation
- Product Photography
- Creative / Design Tools
tags_raw:
- Fashion
- E-commerce
- Retail
- Generative AI
- Image Generation
- Virtual Try-On
- Computer Vision
- Video Generation
- Product Photography
- Creative / Design Tools
apis:
- name: Fashion Diffusion Public API
description: >-
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.
humanURL: https://www.fashiondiffusion.ai/api-access
baseURL: https://www.fashiondiffusion.ai/api/public/v1/
tags:
- Fashion
- E-Commerce
- Retail
- Generative AI
- Image-Generation
- Virtual Try-On
- Computer-Vision
- Video Generation
- Product Photography
- Creative / Design Tools
tags_raw:
- Fashion
- E-commerce
- Retail
- Generative AI
- Image Generation
- Virtual Try-On
- Computer Vision
- Video Generation
- Product Photography
- Creative / Design Tools
properties:
- type: Documentation
url: https://www.fashiondiffusion.ai/playground/api/docs
- type: APIReference
url: https://www.fashiondiffusion.ai/playground/api/docs
- type: Authentication
url: authentication/fashiondiffusion-authentication.yml
- type: Conventions
url: conventions/fashiondiffusion-conventions.yml
- type: ErrorCatalog
url: errors/fashiondiffusion-problem-types.yml
- type: RateLimits
url: rate-limits/fashiondiffusion-rate-limits.yml
- type: Plans
url: plans/fashiondiffusion-plans-pricing.yml
- type: Lifecycle
url: lifecycle/fashiondiffusion-lifecycle.yml
- type: DataModel
url: data-model/fashiondiffusion-data-model.yml
maintainers:
- FN: Fashion Diffusion Support
email: support@fashiondiffusion.ai
url: mailto:support@fashiondiffusion.ai
generated:
by: apis.io/add
model: claude-opus-4-8
confidence: 80
at: '2026-08-31T03:44:59.070Z'
common:
- type: DomainSecurity
url: security/fashiondiffusion-domain-security.yml
- type: DeveloperPortal
url: https://www.fashiondiffusion.ai/playground/api
- type: Pricing
url: https://www.fashiondiffusion.ai/pricing
- type: SignUp
url: https://www.fashiondiffusion.ai/login
- type: TermsOfService
url: https://www.fashiondiffusion.ai/terms-of-service
- type: PrivacyPolicy
url: https://www.fashiondiffusion.ai/privacy-policy
- type: Blog
url: https://www.fashiondiffusion.ai/blog
- type: GitHubOrganization
url: https://github.com/FashionDiffusion
- type: Support
url: mailto:support@fashiondiffusion.ai
- type: Conformance
url: conformance/fashiondiffusion-conformance.yml
- type: Compliance
url: conformance/fashiondiffusion-conformance.yml
- type: LLMsTxt
url: llms/fashiondiffusion-llms.txt
x-enrichment:
date: '2026-08-31'
status: enriched
artifacts_added: 13
pass: local-v1