Gallery Endpoints
List Gallery Items
GET /api/v1/gallery?limit=20&offset=0
Authorization: Bearer ccn_sk_...
Query parameters:
workflow_id— filter by workflowsearch— matches original prompt, enhanced prompt, or smart titletag— filter by smart tagfavorites=1— show only favorited jobssort=newest|oldest
Gallery Item Detail
GET /api/v1/gallery/<job_id>
Authorization: Bearer ccn_sk_...
Returns metadata, output URLs, tags, and share status.
Share Links
GET /api/v1/share/<job_id>
When public, share links are accessible without authentication.