cURL
curl --request POST \ --url http://localhost/api/v1/vector-indices/{index_id}/retrieve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>", "similarity_top_k": 123, "max_content_length": 123 }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any