curl $UPSTASH_VECTOR_REST_URL/random \ -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN"Fetch Random Vector
Fetches a random vector.
1 min read
gethttps://{endpoint}/random/{namespace}
gethttps://{endpoint}/random/{namespace}
Request#
This endpoint doesn't require any additional data.
Path#
The namespace to use. When no namespace is specified, the default namespace will be used.
Default: ""
Response#
The response will be null if the namespace is empty.
The id of the vector.
The dense vector value for dense and hybrid indexes.