GET
/
api
/
v1
/
comfy
/
health
Comfyui Health Check
curl --request GET \
  --url https://your-deployment-api-url.pod.flowscale.ai/api/v1/comfy/health \
  --header 'X-API-KEY: <api-key>'
{
  "status": "<string>",
  "data": [
    {
      "url": "<string>",
      "status": "<string>"
    }
  ],
  "errors": "<string>",
  "meta": {}
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Successful Response

The response is of type object.