# Fireflies

API configuration: `fireflies`

### Features

| Features                                                                                                                        | Status                        |
| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (API Key)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md) | ✅                             |
| [Sync data](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/sync-data-from-an-api)                               | ✅                             |
| [Perform workflows](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/perform-workflows-with-an-api)               | ✅                             |
| [Proxy requests](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/proxy-requests-to-an-api)                       | ✅                             |
| [Receive webhooks](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/receive-webhooks-from-an-api)                 | 🚫 (time to contribute: <48h) |

Missing features can be added quickly! Contact us and we can implement them in under 48 hours.

### Getting started

* [How to obtain an API key](https://docs.fireflies.ai/fundamentals/authorization#acquiring-a-token)
* [Fireflies Authentication](https://docs.fireflies.ai/fundamentals/authorization#making-an-authenticated-request)
* [Fireflies API documentation](https://docs.fireflies.ai/getting-started/introduction)

Fireflies requires an API key for authentication. You can generate it through their dashboard and use it to access various endpoints.

Have questions? Our community is here to help you navigate any issues!

### API gotchas

* Fireflies uses `API_KEY` authentication with `Authorization: Bearer API_KEY` in the request headers.
* Rate limits and upload restrictions vary depending on your subscription plan. You can find more information on these limits in the [Fireflies documentation](https://docs.fireflies.ai/fundamentals/limits).

Add any additional links or gotchas by editing this page.
