Jina AI
communityAI platform offering reader API, embedding models, reranking, and web search for AI applications.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://r.jina.ai/{url}Convert URL to LLM-ready content
Parameters
urltarget URL (stringrequiredAccepttext/plain or application/json (headeroptionalReturns
clean markdown content of the page optimized for LLM consumptionGET
https://s.jina.ai/{query}Web search returning clean content
Parameters
querysearch query (stringrequiredAcceptapplication/json (headeroptionalReturns
results[] with title, url, content (markdown), descriptionPOST
https://api.jina.ai/v1/embeddingsGenerate embeddings
Parameters
taskretrieval.query|retrieval.passage|text-matching (stringoptionalinputtext or text array (string|string[]requiredmodeljina-embeddings-v3 (stringrequiredReturns
data[] with embedding (float[]), usage