Skip to main content
POST

Authorizations

session
string
cookie
required

A signed-in workspace session, sent as a browser cookie. Requests must include credentials, and act on the session's active workspace.

Path Parameters

id
string<uuid>
required

The search ID.

Body

application/json
selectionMode
enum<string>
default:top_n

top_n takes the highest-ranked limit leads, all_qualified takes every lead at or above minScore, and manual takes exactly the candidateIds you name.

Available options:
top_n,
all_qualified,
manual
limit
integer
default:20

Used by top_n only. Clamped to 1–500, so lists well past 80 leads are fine.

Required range: 1 <= x <= 500
minScore
integer
default:80

Score floor. Values below 80 are raised to 80.

Required range: 80 <= x <= 100
candidateIds
string[]

Required when selectionMode is manual. Capped at 500.

Response

The share link was created.

share
object