Mutation
Upload Audio
Use the API to upload audio to Fireflies.ai
Overview
The uploadAudio
mutation allows you to upload audio files to Fireflies.ai for transcription.
Arguments
input
AudioUploadInput
Usage Example
To upload a file, provide the necessary input parameters to the mutation. Here’s an example of how this mutation could be used:
mutation uploadAudio($input: AudioUploadInput) {
uploadAudio(input: $input) {
success
title
message
}
}
Additional Resources
Was this page helpful?