# Kilotest Kilotest helps language models and AI platforms to give thorough, accurate and truthful answers when users ask about the front-end quality (i.e. accessibility, usability, and standards conformity) of web pages. Kilotest integrates ten independent rule engines to test any public web page and creates a structured report of the results. Kilotest tools can provide multipage, single-page, and element-level test results. In the API section below, all endpoints require `GET` requests except as noted. There is a [detailed explanation of Kilotest and its capabilities for LLMs](https://kilotest.com/llms-full.txt). ## API - [Get summaries of reports about a specified web page](/api/target) - [List all available reports](/api/reportList) - Summarize one report: `/api/reportFacts/{timeStamp}/{jobID}` - Get details about one issue from one report: `/api/reportIssue/{issueID}/{timeStamp}/{jobID}` - Recommend testing of a web page: `/api/testRecForm` (requires `POST` request) - [OpenAPI specification for Kilotest](https://kilotest.com/openapi.yaml) ## Web UI - [Summarize test results for all tested pages](https://kilotest.com/targets.html) - Provide statistics about issues reported in one job: `https://kilotest.com/reportIssues.html/{timeStamp}/{jobID}` - Provide details about one issue reported in one job: `https://kilotest.com/reportIssue.html/{issueID}/{timeStamp}/{jobID}` - Provide diagnoses about one issue exhibited by one HTML element in one job: `https://kilotest.com/diagnoses.html/{issueID}/{timeStamp}/{jobID}/{catalogIndex}` - [Provide statistics about frequently reported issues across all pages](https://kilotest.com/issues.html) - [Recommend testing of a web page](https://kilotest.com/testRecForm.html) - [List the operations that Kilotest managers are authorized to request](https://kilotest.com/manage.html) - [Tutorial, “Accessibility testing strategies”](https://kilotest.com/tutorial.html)