curl --request GET \
--url https://cloud.comfy.org/api/files/mask-layers \
--header 'X-API-Key: <api-key>'{
"mask": "<string>",
"paint": "<string>",
"painted": "<string>",
"painted_masked": "<string>"
}Given a mask file (any of the 4 layers), returns all related mask layer files. This is used by the mask editor to load the paint, mask, and painted layers when reopening a previously edited mask.
curl --request GET \
--url https://cloud.comfy.org/api/files/mask-layers \
--header 'X-API-Key: <api-key>'{
"mask": "<string>",
"paint": "<string>",
"painted": "<string>",
"painted_masked": "<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.
API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.
Hash filename of any mask layer file
"abc123def456.png"