/search
Header
Bearer authentication header of the form Bearer <API_KEY>
, where <API_KEY>
is your organization’s API key.
Body
The project ID to perform the search on. This is displayed in the “Project Details” card on the project page.
The search query string. For example, “companies that require HIPAA compliance”
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.
The maximum number of results to return. This parameter may range from 1 to Infinity. Changing this parameter will not affect search time.
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
This field is always true if the search was successful.
This field is always null if the search was successful.
Error Response
This field is always null if the search was not successful.
Indicates the search was not successful.
An error object containing the error message and code.