API
Using the API Playground
Explore and try our API with the API Playground.
Navigate to https://api.inkeep.com/graphql to access the Inkeep Search and Chat GraphQL API playground.
To start using the API, just add the following to your “Headers”:
{
"Authorization": "Bearer <YOUR_INKEEP_INTEGRATION_API_KEY>"
}
You can learn more about how to use the GraphQL Playground here.
With it, you can:
- Inspect the schema
- Run queries
- And more!
Want to try out a REST version of our API? Contact us at support@inkeep.com for the documentation. It’s a native proxy on top of our GraphQL API with equivalent functionality.