2s Vector Store Upsert is a paid API for AI agents from 2s.io, paid per call via x402, $0.0125/call, status unknown (last checked 2026-09-15).
Upserts (inserts or updates) a vector embedding with optional text body and metadata into a named namespace for later similarity search.
The (most) everything API: 575+ pay-per-call endpoints for AI agents — ground-truth data, a full AI gateway, and agent infrastructure (storage, queues, watchers). USDC via x402, no signup, no API keys, and upto billing: pay actual usage, not the quote.
Returns a JSON object confirming success (ok: true), an array of upserted vector items each with their id, dimensionality, byte size, and expiration timestamp, a total count, and source provenance info (provider, url, license).
POSThttps://2s.io/api/store/vector-upsertChoose this endpoint when you need a pay-per-call, no-signup vector store that accepts raw float embeddings from any model (up to 4096 dims), supports named namespaces, and allows attaching source text and arbitrary JSON metadata to each vector. Ideal for agents that already generate their own embeddings and need lightweight, keyless vector persistence without provisioning a dedicated vector database.
| Field | Type | Description |
|---|---|---|
| id | string | Vector id within the namespace, up to 256 chars. |
| ns | string | Namespace (an index) to group vectors. Vectors in a namespace should share dimensionality. |
| body | string | Optional source text returned with query hits (e.g. the chunk this vector embeds). |
| meta | — | Optional JSON metadata returned with query hits. e.g. {"docId":"d1","page":3}. |
| embedding | array | The embedding as a float array (your model's output). 1-4096 dims. |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"