Body
application/json
List of node ID and version pairs to retrieve
Response
Successfully retrieved node versions
List of retrieved node versions with their status
curl --request POST \
--url https://api.comfy.org/bulk/nodes/versions \
--header 'Content-Type: application/json' \
--data '{
"node_versions": [
{
"node_id": "<string>",
"version": "<string>"
}
]
}'
{
"node_versions": [
{
"error_message": "<string>",
"identifier": {
"node_id": "<string>",
"version": "<string>"
},
"node_version": {
"changelog": "<string>",
"comfy_node_extract_status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"dependencies": [
"<string>"
],
"deprecated": true,
"downloadUrl": "<string>",
"id": "<string>",
"node_id": "<string>",
"status": "NodeVersionStatusActive",
"status_reason": "<string>",
"supported_accelerators": [
"<string>"
],
"supported_comfyui_frontend_version": "<string>",
"supported_comfyui_version": "<string>",
"supported_os": [
"<string>"
],
"version": "<string>"
},
"status": "success"
}
]
}
List of node ID and version pairs to retrieve
Show child attributes
Successfully retrieved node versions
List of retrieved node versions with their status
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.comfy.org/bulk/nodes/versions \
--header 'Content-Type: application/json' \
--data '{
"node_versions": [
{
"node_id": "<string>",
"version": "<string>"
}
]
}'
{
"node_versions": [
{
"error_message": "<string>",
"identifier": {
"node_id": "<string>",
"version": "<string>"
},
"node_version": {
"changelog": "<string>",
"comfy_node_extract_status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"dependencies": [
"<string>"
],
"deprecated": true,
"downloadUrl": "<string>",
"id": "<string>",
"node_id": "<string>",
"status": "NodeVersionStatusActive",
"status_reason": "<string>",
"supported_accelerators": [
"<string>"
],
"supported_comfyui_frontend_version": "<string>",
"supported_comfyui_version": "<string>",
"supported_os": [
"<string>"
],
"version": "<string>"
},
"status": "success"
}
]
}