Semantic search

Perform semantic search across vectorized data

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
entityIdstringRequired
querystringRequired
limitintegerOptionalDefaults to 10
sourceTypeslist of stringsOptional
documentTypeslist of stringsOptional
timeStartstringOptionalformat: "date-time"
timeEndstringOptionalformat: "date-time"

Response

Search results
successboolean or null
querystring or null
entityIdstring or null
resultslist of objects or null

Errors