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
}'
This response does not have an example.
Comy Nodes created successfully
Was this page helpful?
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
}'
This response does not have an example.