v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Vectorization

Semantic Search

Endpoint to Perform Semantic Search

This endpoint performs a semantic search using the specified query.


Request Body

FieldTypeDescription
querystrThe semantic search query.
index_idstrThe ID of the index to search.

Example Request Body

```json
    
    {
        "query": "what is AWS?",
        "index_id": "b1c2b4c5-6d7e-8f9g-0h1i-2j3k4l5m6n7"
    }

    ```

Response Body

[ { "text": "<text>", } ]

post/vector/search

Request body

querystring required
index_idstring required

Response

Successful Response

object[] required