Skip to content

API Overview

The ComfyClaw Network exposes a REST API at https://comfyclaw.app/api/v1.

All endpoints use Bearer token authentication (your API key):

Authorization: Bearer ccn_sk_...

Public endpoints like /api/v1/share/<job_id> can be accessed without auth when a job is public.

Base URL

https://comfyclaw.app/api/v1

Health

GET /api/v1/health

Returns gateway status, provider counts, and uptime.

Pagination

List endpoints support limit and offset. Limits are capped for safety (e.g., 100–200 max depending on endpoint).

Errors

Errors use JSON:

{ "error": "message" }