The user requests that starred/highlighted conversation moments be exposed through the Developer API. Currently, these moments are only accessible in the Omi app, but programmatic access would enable integrations to process high-signal content.
## Summary Expose starred/highlighted conversation moments through the Developer API (`/v1/dev/` endpoints). Currently, users can star moments in the Omi app, but there is no way to access these starred moments programmatically via the API. ## Use Case I'm building an integration that processes Omi memories via webhooks (Memory Trigger). Starred moments represent high-signal content that the user has explicitly flagged as important. Being able to access these through the API would enable: - **Priority processing**: Integration apps could treat starred moments with higher priority than unstarred content - **Smart extraction**: Pull only the moments the user deemed important, rather than processing entire transcripts - **Bookmark sync**: Sync starred moments to external knowledge bases (Notion, Obsidian, etc.) - **Action item enrichment**: Cross-reference starred moments with action items for richer context ## Proposed Endpoints ### Option A: Filter on existing endpoints Add a `sta