# Sync API

Sync feedback items into Bagel

## Send feedback to Bagel

 - [POST /sync/feedback](https://developers.bagel.ai/openapi/sync-api/ingestfeedbackitems.md): Receive a batch of original feedback items from an external integration and store them as original items in Bagel.  Each item must have an originId, linkedAccountId, and createdAt. The accountId is taken from the API token. The origin system is automatically set to 'api'.

