Jina AI API
Jina AI 接口
Universal AI services: embeddings (8K+ dimensions), Reader API for web content, and segmentation.
全能 AI 服务:嵌入向量(8K+ 维度)、网页内容读取器 API、文本分割。
Website
Documentation
Pricing
free tier, pay-as-you-go
Authentication
- API Key
Popularity
80/100
Endpoints
https://api.jina.ai/v1/embeddings
https://r.jina.ai/ (Reader)
https://s.jina.ai/ (Segmenter)
SDKs
PythonTypeScriptcurl
Key Features
- ◆8K+ dimensional embeddings
- ◆Reader API: web to LLM-ready content
- ◆Segmenter for text chunking
- ◆Open-source models available
- ◆CLIP & ColBERT architectures
Code Examples
Embeddingsbash
curl https://api.jina.ai/v1/embeddings \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $JINA_API_KEY" \
-d '{"input": ["Hello world"], "model": "jina-embeddings-v3"}'Tags
embeddingssearchreaderweb
Last updated: 2026-07-28
Get Started with Jina AI API
Click below to visit the official website and start using this API.
Visit Jina AI API →