diff --git a/api-reference/v2/overview.mdx b/api-reference/v2/overview.mdx index 6c9a3700c..b95ded5d1 100644 --- a/api-reference/v2/overview.mdx +++ b/api-reference/v2/overview.mdx @@ -2,6 +2,7 @@ title: "Comfy API v2 Overview" sidebarTitle: "Overview" description: "Reference for the official Comfy API v2: run ComfyUI workflows from external applications by uploading inputs, submitting jobs, and polling for results." +keywords: ["ComfyAPI", "Comfy API"] --- diff --git a/custom-nodes/v3_migration.mdx b/custom-nodes/v3_migration.mdx index e65be479e..02a11f653 100644 --- a/custom-nodes/v3_migration.mdx +++ b/custom-nodes/v3_migration.mdx @@ -792,7 +792,7 @@ async def execute(cls, prompt, **kwargs) -> io.NodeOutput: return io.NodeOutput(result) ``` -### ComfyAPI +### Comfy API runtime services {#comfyapi} The `ComfyAPI` class provides access to ComfyUI runtime services like progress reporting and node replacement registration. Import it and create an instance: diff --git a/development/comfy-api/overview.mdx b/development/comfy-api/overview.mdx index 889549651..034e2f84f 100644 --- a/development/comfy-api/overview.mdx +++ b/development/comfy-api/overview.mdx @@ -2,6 +2,7 @@ title: "Comfy API" sidebarTitle: "Overview" description: "The public API for running ComfyUI workflows headlessly" +keywords: ["ComfyAPI", "Comfy API"] --- The public API for running ComfyUI headlessly has evolved over time. For new integrations, use [Comfy API v2](/api-reference/v2/overview). It is supported on open-source ComfyUI (during the beta, via the [API Proxy](/development/comfyui-server/api-proxy)), Comfy Cloud, and [Comfy API deployments on the Developer Platform](/development/serverless/overview). Older versions include the [v1 Cloud API](/development/cloud/overview), which is deprecated. diff --git a/docs.json b/docs.json index 5d6b3875c..f6e7de14f 100644 --- a/docs.json +++ b/docs.json @@ -3110,6 +3110,7 @@ "development/api-development/workflow-metadata", { "group": "Comfy API Reference", + "boost": 10, "pages": [ "development/comfy-api/overview", {