Unispec Docs
ApiVector database

Fetch vectors by id

GET
/v1/indexes/{name}/vectors/fetch

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Path Parameters

name*string

Query Parameters

ids*string

Comma-separated vector ids.

namespace?string

Response Body

application/json

curl -X GET "https://example.com/v1/indexes/string/vectors/fetch?ids=string"
{}