Queue
Loading queue…
Preview
Select an item to preview

API Contract — Pending Review

GET   /api/pending/list — { items: [{ id, title, created_at, preview }] }
GET   /api/pending/item?id=… — { id, title, content, created_at, tags, source }
POST  /api/pending/approve  |  /api/pending/reject — { id }
POST  /api/pending/batch — { action: "approve"|"reject", ids: [...] }