跳转到主要内容
GET
/
api
/
global_subgraphs
/
{id}
Get a specific subgraph blueprint
curl --request GET \
  --url https://cloud.comfy.org/api/global_subgraphs/{id}
{
  "source": "<string>",
  "name": "<string>",
  "info": {
    "node_pack": "<string>"
  },
  "data": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

路径参数

id
string
必填

The unique identifier of the subgraph blueprint

响应

Success - Full subgraph data

Full data for a global subgraph blueprint

source
string
必填

Source type of the subgraph - "templates" for workflow templates or "custom_node" for custom node subgraphs

name
string
必填

Display name of the subgraph blueprint

info
object
必填

Additional information about the subgraph

data
string
必填

The full subgraph JSON data as a string