curl --request POST \
--url https://api.comfy.org/nodes/{nodeId}/versions/{version}/comfy-nodes \
--header 'Content-Type: application/json' \
--data '
{
"cloud_build_info": {
"build_id": "<string>",
"location": "<string>",
"project_id": "<string>",
"project_number": "<string>"
},
"nodes": {},
"reason": "<string>",
"status": "<string>",
"success": true
}
'{
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url https://api.comfy.org/nodes/{nodeId}/versions/{version}/comfy-nodes \
--header 'Content-Type: application/json' \
--data '
{
"cloud_build_info": {
"build_id": "<string>",
"location": "<string>",
"project_id": "<string>",
"project_number": "<string>"
},
"nodes": {},
"reason": "<string>",
"status": "<string>",
"success": true
}
'{
"error": "<string>",
"message": "<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.
Was this page helpful?