# Bagel Api

Bagel API docs

Version: 1.0.0
License: MIT

## Servers

```
https://api.bagel.ai
```

## Security

### ApiToken

Generate your secret API Token in the app settings.
use the token as the value for the `authorization` header in the following format: Authorization: `Bearer {token}`.


Type: apiKey
In: header
Name: authorization

## Download OpenAPI description

[Bagel Api](https://developers.bagel.ai/_bundle/openapi.yaml)

## Export API

Export ideas / evidence

### Export ideas

 - [POST /export/ideas](https://developers.bagel.ai/openapi/export-api/exportideas.md): Export ideas based on date range.

### Export evidence

 - [POST /export/evidences](https://developers.bagel.ai/openapi/export-api/exportevidence.md): Exports evidence based on date range.

## 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'.

