Note: You can deploy your own custom workflows as APIs too, check out the Custom Workflows section for details.
{"inputs": {input_key: new_value}}
. Accuracy in both keys and values is essential to prevent errors. For this workflow, you can begin with the example below.00000000-0000-0000-0000-000000001111
).
For a quick setup, choose Instant Deploy, which uses default settings like 48GB hardware (A6000) and autoscaling. These settings can be adjusted later if needed.
After the deployment is complete, copy the deployment_id
— you’ll need it when making API calls.
Authorization: Bearer <your-api-key>
header. This secures your calls and helps track usage.
{deployment_id}
with your actual deployment ID. In the request body, include the overrides
you prepared in Step 1 under the overrides
field. This tells RunComfy exactly which inputs to customize while keeping all other workflow settings as-is.
Note: If your workflow requires media inputs, you can pass them in overrides
as either URLs or Base64-encoded data. For complete formatting details, see the Async Queue Endpoints section.
status_url
at regular intervals until the status
changes to "completed"
. When the job is complete, use the result_url
to retrieve the final outputs.
Check Request Status: