llms.txt Content
# LLMSE
> LLMSE (LLM Search Engine) is a multi-media classification engine that uses AI to automatically categorize websites, documents, and videos into a hierarchical taxonomy of 58 categories. It provides SEO, E-E-A-T, AEO, readability, WCAG accessibility, GARM brand safety, and AI disclosure grading for any URL.
LLMSE indexes 1.4M+ classified URLs and detects 388+ web technologies, 187 mail providers, and 240 DNS providers. It supports websites, videos (YouTube, Vimeo, DailyMotion), and documents (PDF, DOCX, XLSX, PPTX, ODT).
## API
The REST API is public with per-domain rate limiting (1 request per domain per 60 seconds). All endpoints accept a `url` query parameter.
- [OpenAPI Specification](https://llmse.ai/api/openapi.json): Machine-readable OpenAPI 3.1 spec for all endpoints
- [API Documentation](https://llmse.ai/docs/api): Interactive Swagger UI documentation
- [Classify URL](https://llmse.ai/api/v1/classify?url=): Classify a website into category, subcategory, language, sentiment, demographics
- [SEO Analysis](https://llmse.ai/api/v1/seo?url=): Technical SEO scoring (0-100) with issue detection
- [E-E-A-T Analysis](https://llmse.ai/api/v1/eeat?url=): Experience, Expertise, Authoritativeness, Trustworthiness evaluation
- [AEO Analysis](https://llmse.ai/api/v1/aeo?url=): Answer Engine Optimization scoring for AI citation readiness
- [WCAG Analysis](https://llmse.ai/api/v1/wcag?url=): WCAG 2.1 Level A accessibility checks (15 automated checks)
- [Readability Analysis](https://llmse.ai/api/v1/readability?url=): Flesch Reading Ease scoring with web-optimized thresholds
- [GARM Analysis](https://llmse.ai/api/v1/garm?url=): Brand safety scoring using the GARM framework
- [AI Disclosure](https://llmse.ai/api/v1/ai-disclosure?url=): AI transparency compliance grading
- [Comprehensive Audit](https://llmse.ai/api/v1/audit?url=): Combined SEO + E-E-A-T + AEO + WCAG + readability + GARM + AI disclosure report
- [Find Similar Sites](https://llmse.ai/api/v1/similar?
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "LLMSE API",
"version": "1.1.0",
"description": "REST API for LLMSE website classification and analysis. Provides AI-powered URL classification, SEO analysis, E-E-A-T evaluation, AEO (Answer Engine Optimization) scoring, readability analysis, WCAG accessibility checks, GARM brand safety scoring, AI disclosure compliance, comprehensive audits, advertiser matching, and similar site discovery.\n\nAll endpoints are public with per-domain rate