Authenticating your requests with the Fireflies API
Authorization
header with a valid token.
Authorization
header followed by the word Bearer
and your API key.
your_api_key
with your actual API key.
Authorization
header is present in your requests requiring authentication.Why am I getting an 'auth_failed' error?
This error can signal an issue in your Authorization header. Please ensure that you are including the Authorization
header with the word Bearer
and your API key.