ComfyOnline Doc
(opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Current Support Node
  • api-doc
    • Guide
      • Quickstart
    • general-workflow-api
      • CreateTask
      • QueryStatus
      • Webhook
    • runway-api
      • image-to-video
        • Createtask
        • Querytask
        • Webhook
      • text-to-video
        • Createtask
        • Querytask
        • Webhook
    • User
      • Queryuseraccount
  • Introduction
  • Current Support Node
  • api-doc
    • Guide
      • Quickstart
    • general-workflow-api
      • CreateTask
      • QueryStatus
      • Webhook
        • description
        • Usage
    • runway-api
      • image-to-video
        • Createtask
        • Querytask
        • Webhook
      • text-to-video
        • Createtask
        • Querytask
        • Webhook
    • User
      • Queryuseraccount

On This Page

  • description
  • Usage
  • Params
api-doc
general-workflow-api
Webhook

Webhook

description

If you pass in a webhook when creating a task, the webhook will be called when the task completes.

Usage

Params

{
	id: string, //task_id
	output: {
		output_url_list: string[],
	}
	status: string // COMPLETED ERROR
}
QueryStatusCreatetask

ComfyOnline Docs