Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Body
application/json
Table containing the source record
Example:
"products"
ID of the source record
Example:
"123"
Maximum number of similar records to return
Required range:
1 <= x <= 100Minimum similarity score threshold
Required range:
0 <= x <= 1Whether to exclude the source record from results
Different table to search in (optional)
Example:
"articles"
Environment to search in (development, staging, production)
Available options:
development, staging, production Example:
"production"

