Skip to main content
POST

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

cursor
string

Cursor token from the previous response's next_cursor.

page_size
integer

Number of results to return.

Required range: 1 <= x <= 200
sort
string
from
string<date-time>
to
string<date-time>
date_field
enum<string>
Available options:
indexed_at,
pwned_at
fields[]
string[]

Response field whitelist.

search_id
string

Search session ID from POST /service/search/init.

view
enum<string>
Available options:
enriched

Body

application/json

JSON body used by POST variants of V2 search endpoints.

Use this body when the request has an AI/manual structured filter or an existing filter context ID. Regular controls such as q, cursor, page_size, sort, date range, view, and search_id stay in the query string so GET and POST responses remain identical.

filter
object

Inline structured filter tree. The tree can contain leaf rules with field, operator, and value, or compound and / or groups. When both filter and filter_id are sent, the inline filter is the explicit filter for this request.

Example:
filter_id
string

Transient filter context ID returned by POST /service/v2/ai/filter or by a previous V2 search response. Use it to run the same saved filter without resending the full filter tree.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"0123456789abcdef01234567"

Response

Stealer search response

success
boolean
message
string
data
object