Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Body
application/json
Natural language search query
Example:
"Find products related to machine learning"
Single table to search in (optional if tables is provided)
Example:
"products"
Multiple tables to search across (optional if table is provided)
Example:
["products", "articles", "documents"]Maximum number of results to return
Required range:
1 <= x <= 100Minimum similarity score threshold
Required range:
0 <= x <= 1Additional WHERE conditions to apply
Example:
{
"category": "electronics",
"price": { "min": 100, "max": 500 }
}Environment to search in (development, staging, production)
Available options:
development, staging, production Example:
"production"

