Skip to content

Gallery Endpoints

GET /api/v1/gallery?limit=20&offset=0
Authorization: Bearer ccn_sk_...

Query parameters:

  • workflow_id — filter by workflow
  • search — matches original prompt, enhanced prompt, or smart title
  • tag — filter by smart tag
  • favorites=1 — show only favorited jobs
  • sort=newest|oldest
GET /api/v1/gallery/<job_id>
Authorization: Bearer ccn_sk_...

Returns metadata, output URLs, tags, and share status.

GET /api/v1/share/<job_id>

When public, share links are accessible without authentication.