Use
to read a URL
r.jina.aito read a URL
Use
to search the web
s.jina.aito search the web
Add
as your MCP server
mcp.jina.aias your MCP server
GET
Bash
curl "https://r.jina.ai/https://www.example.com"
# With API key:
curl "https://r.jina.ai/https://www.example.com" \
-H "Authorization: Bearer $JINA_API_KEY"
-H "Accept: application/json"
# Node.js
await fetch("https://r.jina.ai/https://www.example.com")
# With API key:
curl "https://r.jina.ai/https://www.example.com" \
-H "Authorization: Bearer $JINA_API_KEY"
-H "Accept: application/json"
# Node.js
await fetch("https://r.jina.ai/https://www.example.com")
For Better Search
Our frontier models form the search foundation for high-quality enterprise search and RAG systems.
Our Publications
Understand how our frontier search models were trained from scratch. Meet our team at EMNLP, SIGIR, ICLR, NeurIPS, and ICML!
school Read more
arXiv
Feb 17, 2026
jina-embeddings-v5-text: Task-Targeted Embedding Distillation
arXiv
Feb 11, 2026
Embedding Inversion via Conditional Masked Diffusion Language Models
ICLR 2026
Jan 22, 2026
Embedding Compression via Spherical Coordinates
arXiv
Dec 29, 2025
Vision Encoders in Vision-Language Models: A Survey
ICLR 2026
Dec 4, 2025
Jina-VLM: Small Multilingual Vision Language Model