Semantic Search
- Last Updated: May 29, 2026
- 1 minute read
- Semaphore
- Documentation
The POST request to the Semantic Search endpoint takes the following form:
http://<base_url>/models/<model_name>/concepts/semanticSearch
The body of the request is used to pass the chat text to be analyzed in raw form.
The request response uses the same format as other concepts requests.
Note: Further filtering of results is not possible at this time; however, you can configure which fields are returned using the extracts parameter.