# Context Check API This API endpoint evaluates the context of a claim, determining its accuracy, relevance, and trustworthiness. It leverages advanced AI to analyze the claim in relation to publicly available data, sources, and narratives to identify potential misinformation or disinformation. You can try these out in your browser with the [OpenAPI Spec](https://api.blackbird.ai/compass/openapi/#/ContextChecks). Be sure to hit "Authorize 🔓" and enter your credentials first. An API for checking the context of inputs and managing those contextChecks ## Servers ``` https://api.blackbird.ai/compass ``` ## Security ### oAuth2Password Type: oauth2 Token URL: https://api.blackbird.ai/compass/token Scopes: ### clientCredentials Type: oauth2 ## Download OpenAPI description [Context Check API](https://docs.blackbird.ai/_spec/context.yaml) ## Other ### Create a new context check - [POST /contextChecks](https://docs.blackbird.ai/context/other/createcontextcheck.md): Creates a new contextCheck. The resource isn't fully created immediately and you'll want to poll the GET for the result. ### Gets all the contextChecks the caller has submitted - [GET /contextChecks](https://docs.blackbird.ai/context/other/getcontextchecks.md) ### Get input and context - [GET /contextChecks/{id}](https://docs.blackbird.ai/context/other/getcontextcheck.md): Retrieves the contextCheck with the input and the generated context around it