Overview
ContextOne provides easy-to-use APIs to search and query documentation from GitHub, LLMs.txt files, and websites. It works with both public and private data.Key Features
- Repository Indexing: Index documentation from GitHub repositories with branch and release versioning support.
- Web Crawling: Extract and index documentation from websites.
- LLMs.txt Indexing: Add documentation from LLMs.txt.
- Version Control: Manage different documentation versions.
- Public & Private: Works with both public and private sources.
Authentication
Most endpoints require authentication via Bearer token:Response Format
All responses follow this structure:Error Codes
200- Success400- Bad Request401- Unauthorized402- Payment Required (insufficient credits)403- Forbidden404- Not Found409- Conflict500- Internal Server Error