Query generation and API exploration.
Introspection is a feature that allows querying a GraphQL server to discover its schema. This capability is crucial for developers to understand available queries, mutations, and the structure of the data they can work with, facilitating seamless API interaction and exploration.
You will need a Fireflies.ai API key to use introspection. For more details, please visit Authorization
For introspection using our builtin Apollo Sandbox, visit api.fireflies.ai/graphql and enter your api_key
in the Headers section as a Bearer token
Create a new Graphql Request in Postman with the url api.fireflies.ai/graphql and enter your api_key
in the Headers section as a Bearer token