just/mocks_
mockzilla.org →
Catalog /ai /Jina AI

Jina AI

PROVIDER · Jina AI SPEC v0.0.89 · OpenAPI 3.0.3 MOCK · LIVE
▸ TRY IT
https://api.justmocks.com/jina
Open mock →

Mock the Jina AI embeddings, reranker, and multi-vector API so you can prototype RAG and retrieval flows without burning live tokens or hitting rate limits.

[01]

About

overview

Emulate single and bulk embeddings, multi-vector and ColBERT-style embeddings, the reranker scoring endpoint, bulk job status and result download, and a service-health check. Useful for wiring up retrieval, search, and RAG code paths against a stable mock that mirrors the Jina Universal API shape.

Endpoints
8 across 5 resource groups
Methods
GET 2 · POST 6 none deprecated
OpenAPI
3.0.3 spec version 0.0.89
Source spec
26 KB · YAML
[02]

Endpoints

8 operations · 5 resource groups
POST /v1/embeddings
embeddings
Create Embedding
Create embedding representations of the given input texts. Mocked via Mockzilla.
POST /v1/bulk-embeddings
bulk-embeddings
Start Bulk Embedding
Upload a file and get embeddings for each row
GET /v1/bulk-embeddings/{job_id}
bulk-embeddings
Retrieve Job
POST /v1/bulk-embeddings/{job_id}/download-result
bulk-embeddings
Download Result
POST /v1/rerank
rerank
Rank
Rank pairs.
POST /v1/multi-vector
multi-vector
Create Multi Vector
Create multiple vector representations of the given input texts. One vector representation for each token in the input text.
POST /v1/multi-embeddings
multi-vector
Create Multi Vector
Create multiple vector representations of the given input texts. One vector representation for each token in the input text.
GET /
health
Get the health of Universal API service
Get the health of this Gateway service. .. noqa: DAR201. Available as a Mockzilla mock endpoint.