- Log into the app
- Navigate to the API settings page: https://app.fireflies.ai/api-settings
- Copy your API key with the authorization header
- Open up the GraphQL endpoint & query builder: https://api.fireflies.ai/graphql
5. Click on HTTP Headers on the bottom and paste in your authorization header
{
"Authorization": "Bearer YOUR-TOKEN-GOES-HERE"
}
6. Enter a query in the left section like the following example
{
user {
email
recent_transcript
}
}
7. Hit the play button. You will see Fireflies API data on the right side
Related Article:
Fireflies API