ToolKiti
Home/搜索服务/Jina AI API

Jina AI API

Jina AI 接口

Universal AI services: embeddings (8K+ dimensions), Reader API for web content, and segmentation.

全能 AI 服务:嵌入向量(8K+ 维度)、网页内容读取器 API、文本分割。

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

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

Compare Jina AI API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
Tavily Search APIfree tier (1000 credits/mo), pay-as-you-goAPI Key
95
Serper APIfree tier (2500 queries), pay-as-you-go from $50/moAPI Key
90
Brave Search APIfree tier (2000 queries/mo), paid plansAPI Key
88
Exa Search APIfree tier (1000 queries/mo), paid plansAPI Key
82

Get Started with Jina AI API

Click below to visit the official website and start using this API.

Visit Jina AI API

Discussion

Questions, feedback, or suggestions? Start a discussion.

Discuss on GitHub