How to test your deployed ComfyUI workflow APIs with various tools
https://your-deployment.flowscale.ai/api/v1/runs?workflow_id=your-workflow-id
X-API-KEY: your-api-key
prompt_68667
, negative_prompt_68668
, style_68669
steps_68668
, cfg_scale_68669
, strength_68670
, width_68671
, height_68672
image_68671
, mask_68672
, reference_image_68673
prompt_68667
(string) - Main text promptnegative_prompt_68668
(string) - What to avoidwidth_68669
, height_68670
(integers) - Image dimensionssteps_68668
(integer) - Denoising stepscfg_scale_68669
(number) - Guidance scaleseed_68670
(integer) - Random seedimage_68671
(file) - Source imageprompt_68667
(string) - Transformation promptstrength_68668
(number 0-1) - How much to changesteps_68668
(integer) - Processing stepsimage_68671
(file) - Source imagecontrol_image_68672
(file) - Control/reference imageprompt_68667
(string) - Generation promptcontrolnet_conditioning_scale_68668
(number) - Control strengthmultipart/form-data
content type and the correct field name for file parameters.
Authentication errors: Verify your X-API-KEY
header is correct and the API key has access to the specified workflow.
For the most reliable testing experience, use the Playground UI which automatically handles all parameter discovery and validation for your specific workflow.