Skip to main content
string
required
Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your organization’s API key.

Body

string
required
The project ID to perform the search on. This is displayed in the “Project Details” card on the project page.
string
required
The search query string. For example, “companies that require HIPAA compliance”
integer
required
The number of batches of synthetic data to generate for the search. This parameter may range from 10 to 70. Increasing this may improve search quality but will increase response time.
integer
required
The maximum number of results to return. This parameter may range from 1 to Infinity. Changing this parameter will not affect search time.
string
The filter query string which enables you to filter the search results using the filter columns in the dataset. Learn more about filter queries here.

Success Response

object
true
This field is always true if the search was successful.
null
This field is always null if the search was successful.

Error Response

null
This field is always null if the search was not successful.
false
Indicates the search was not successful.
object
An error object containing the error message and code.