Unispec Docs
ApiVector database

Describe an index

GET
/v1/indexes/{name}

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Path Parameters

name*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/indexes/string"
{  "name": "string",  "dimension": 0,  "metric": "string",  "embed_model": "string",  "managed": true,  "created_at": "2019-08-24T14:15:22Z"}
{  "detail": "string"}