Navigate to https://api.inkeep.com/graphql to access the Inkeep Search and Chat API playground.

To start using the API, just add the following to your “Headers”:

{
  "Authorization": "Bearer <YOUR_INKEEP_API_KEY>"
}

You can learn more about how to use the GraphQL Playground here.

With it, you can:

  • Inspect the schema
  • Run queries
  • View the API documentation
  • And more!