Milvus REST API v2

Milvus v2 REST API covers collections, partitions, vectors, search, query, indexes, and role/RBAC management. Authentication: Bearer token formed from `username:password` when auth is enabled (off by default in self-hosted dev).

API entry from apis.yml

apis.yml Raw ↑
aid: milvus:milvus-rest-api-v2
name: Milvus REST API v2
humanURL: https://milvus.io/api-reference/restful/v2.5.x/About.md
baseURL: http://{milvus_host}:19530/v2/vectordb
tags:
- REST
- Collections
- Vectors
- Index
- Partitions
description: 'Milvus v2 REST API covers collections, partitions, vectors, search, query, indexes, and
  role/RBAC management. Authentication: Bearer token formed from `username:password` when auth is enabled
  (off by default in self-hosted dev).'
properties:
- type: Documentation
  url: https://milvus.io/api-reference/restful/v2.5.x/About.md
- type: Authentication
  url: https://milvus.io/api-reference/restful/v2.5.x/About.md
- type: SDK
  title: Python (pymilvus)
  url: https://github.com/milvus-io/pymilvus
- type: SDK
  title: Go (milvus-sdk-go)
  url: https://github.com/milvus-io/milvus-sdk-go
- type: SDK
  title: Java (milvus-sdk-java)
  url: https://github.com/milvus-io/milvus-sdk-java
- type: SDK
  title: Node.js (milvus-sdk-node)
  url: https://github.com/milvus-io/milvus-sdk-node