curl --request POST \
--url https://api.comfy.org/nodes/{nodeId}/translations \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'
This response does not have an example.
The unique identifier of the node.
Detailed information about a specific node
Was this page helpful?
curl --request POST \
--url https://api.comfy.org/nodes/{nodeId}/translations \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'
This response does not have an example.