v1
latestOpenAPI 3.0.22026-07-173834119.9 KBVectorization
Semantic Search
Endpoint to Perform Semantic Search
This endpoint performs a semantic search using the specified query.
Request Body
| Field | Type | Description |
|---|---|---|
| query | str | The semantic search query. |
| index_id | str | The 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
Response
Successful Response
object[] required