Skip to content

Commit 15d68e7

Browse files
committed
Add OpenAPI 3.1 specification for ComfyUI API
Adds a comprehensive OpenAPI 3.1 spec documenting all HTTP endpoints exposed by ComfyUI's server, including prompt execution, queue management, file uploads, userdata, settings, system stats, object info, assets, and internal routes. The spec was validated against the source code with adversarial review from multiple models, and passes Spectral linting with zero errors. Also removes openapi.yaml from .gitignore so the spec is tracked.
1 parent 722bc73 commit 15d68e7

File tree

2 files changed

+3194
-1
lines changed

2 files changed

+3194
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ venv*/
2121
*.log
2222
web_custom_versions/
2323
.DS_Store
24-
openapi.yaml
2524
filtered-openapi.yaml
2625
uv.lock

0 commit comments

Comments
 (0)