Skip to main content
POST
Create Bulk Search Job

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Body

application/json
terms
string[]
service
enum<string>
Available options:
stealer,
docs,
victims,
breach
format
enum<string>
Available options:
csv,
json,
jsonl,
txt,
html
dbnames
string[]
query_config
object

Reusable JSON form of a search request for exports and bulk-search jobs.

It accepts the same public filter keys as the corresponding V2 search endpoint, plus filter and filter_id. Prefer canonical JSON keys such as domain, email_domain, dbname, and username; bracketed variants such as domain[] are also accepted by the API.

Example:
limit
integer
fields
string[]

Response

202 - application/json

Envelope response with the created job snapshot

success
boolean
message
string
data
object