Video guide:
https://www.loom.com/share/5863be5bb304479594f291ba40008494
Step 1: Get the test working properly by following this guide: https://guide.fireflies.ai/en/articles/3065725-how-to-test-the-fireflies-api
Step 2: Using the id of the recent_transcript
that is returned from step 1, create a new query to fetch sentences from the transcript. (see the video above for help)
Here is an example query:
{
transcript(id: "YOUR_TRANSCRIPT_ID"){
sentences{
text
}
}
}
Please refer to the full api documentation to get more advanced information like the title, the start time, and more: https://docs.fireflies.ai/transcript.doc
Learn more: https://guide.fireflies.ai/en/articles/2904080-fireflies-api