From c56c45da44bc339dec62a505232ec518dffa72f4 Mon Sep 17 00:00:00 2001 From: SachinMyadam Date: Fri, 9 Jan 2026 11:10:02 +0530 Subject: [PATCH] docs: add llms.txt for AI context --- llms.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 llms.txt diff --git a/llms.txt b/llms.txt new file mode 100644 index 00000000..58fe375a --- /dev/null +++ b/llms.txt @@ -0,0 +1,20 @@ +# Jina Reader API + +> The Jina Reader API extracts clean, LLM-friendly text from any URL. + +## Base Endpoint +`https://r.jina.ai/` + +## Usage +Simply prefix the target URL with the base endpoint. + +### Basic Request +GET https://r.jina.ai/ + +### Example +Input: https://r.jina.ai/https://github.com/jina-ai/reader +Output: Clean Markdown text of the target page. + +## Advanced Features +- JSON Mode: Add header `Accept: application/json` +- Search Mode: Use `https://s.jina.ai/`