GA
Search
Perform a search against a document index.
Headers
X_API_KEY
Request
This endpoint expects an object.
query
The query to search for.
index_id
The ID of the index to search against. Must provide either this, index_name or document_index.
index_name
The name of the index to search against. Must provide either this, index_id or document_index.
options
Configuration options for the search.
document_index
Either the index name or index ID to search against. Must provide either this, index_id or index_name.
Response
results
The results of the search. Each result represents a chunk that matches the search query.