Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Body
application/json
Search query combining natural language and keywords
Example:
"machine learning algorithms neural networks"
Table to search in
Example:
"products"
Columns to include in keyword search
Example:
["title", "description", "tags"]Weight for semantic similarity score
Required range:
0 <= x <= 1Weight for keyword matching score
Required range:
0 <= x <= 1Maximum number of results to return
Required range:
1 <= x <= 100Environment to search in (development, staging, production)
Available options:
development, staging, production Example:
"production"

