API Reference
Complete API reference for ComfyDeploy
ComfyDeploy API Reference
Welcome to the ComfyDeploy API documentation. This API allows you to programmatically manage and run your ComfyUI workflows in the cloud.
Authentication
All API requests require authentication using a Bearer token. Include your API key in the Authorization
header:
Authorization: Bearer YOUR_API_KEY
Base URL
https://api.comfydeploy.com/api
Available Endpoints
Run Management
Get Run GET
Get details of a specific run by ID
Queue Run POST
Create a new deployment run
Cancel Run POST
Cancel a running deployment
Webhooks
Run Update Webhook POST
Receive run status updates via webhook
Rate Limits
API requests are rate limited to ensure fair usage. Please refer to your account dashboard for your specific rate limits.
Need Help?
If you have any questions or need assistance, please contact our support team.