llms-docs-hub provides a RESTful API for AI agents to discover and search aggregated technical documents. All endpoints return JSON.
Base URL: https://your-domain.com
Search across all indexed documents.
Parameters:
Example:
Response:
Get a list of all indexed sites.
Get full document content for a specific site.
Currently no rate limiting is enforced. Free to use.
The most efficient way to interact with this site is via the /api/search endpoint. Simply send a GET request with your query and receive structured JSON results.
You can also access /llms.txt for a machine-readable index of all available documents.