# upstash-vector OpenAPI overview

> Below is an overview of the upstash-vector openapi in simple language. This API contains 13 endpoints.

For more detailed information of an endpoint, visit https://oapis.org/summary/upstash-vector/[idOrRoute]

Upstash Vector API v1.0.0 - {UPSTASH_VECTOR_REST_URL}
API for managing vectors in the Upstash Vector database.

## Other

- [deleteVectors](https://oapis.org/openapi/upstash-vector/deleteVectors): DELETE {UPSTASH_VECTOR_REST_URL}/delete/{namespace} - Delete Vectors
- [queryData](https://oapis.org/openapi/upstash-vector/queryData): POST {UPSTASH_VECTOR_REST_URL}/query-data/{namespace} - Query Data
- [rangeVectors](https://oapis.org/openapi/upstash-vector/rangeVectors): GET {UPSTASH_VECTOR_REST_URL}/range/{namespace} - Range Vectors
- [queryVectors](https://oapis.org/openapi/upstash-vector/queryVectors): POST {UPSTASH_VECTOR_REST_URL}/query/{namespace} - Query Vectors
- [upsertVectors](https://oapis.org/openapi/upstash-vector/upsertVectors): POST {UPSTASH_VECTOR_REST_URL}/upsert/{namespace} - Upsert Vectors
- [upsertData](https://oapis.org/openapi/upstash-vector/upsertData): POST {UPSTASH_VECTOR_REST_URL}/upsert-data/{namespace} - Upsert Data
- [fetchVectors](https://oapis.org/openapi/upstash-vector/fetchVectors): GET {UPSTASH_VECTOR_REST_URL}/fetch/{namespace} - Fetch Vectors
- [fetchRandomVector](https://oapis.org/openapi/upstash-vector/fetchRandomVector): GET {UPSTASH_VECTOR_REST_URL}/random/{namespace} - Fetch Random Vector
- [deleteNamespace](https://oapis.org/openapi/upstash-vector/deleteNamespace): DELETE {UPSTASH_VECTOR_REST_URL}/delete-namespace/{namespace} - Delete a namespace
- [getIndexInfo](https://oapis.org/openapi/upstash-vector/getIndexInfo): GET {UPSTASH_VECTOR_REST_URL}/info - Get Index Info
- [updateVector](https://oapis.org/openapi/upstash-vector/updateVector): POST {UPSTASH_VECTOR_REST_URL}/update/{namespace} - Update Vector
- [listNamespaces](https://oapis.org/openapi/upstash-vector/listNamespaces): GET {UPSTASH_VECTOR_REST_URL}/list-namespaces - List Namespaces
- [resetNamespace](https://oapis.org/openapi/upstash-vector/resetNamespace): DELETE {UPSTASH_VECTOR_REST_URL}/reset/{namespace}?all=string - Reset Namespace(s)
