v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-31116192.0 KB
web-search

Create and stream a web/media search job

Create a persisted web-search job and immediately stream typed server-sent events until completion. Use the X-Job-Id response header to reconnect at GET /v1/web-search/jobs/{job_id}/stream with Last-Event-ID.

post/v1/web-search/stream

Request body

adverseTermsstring[]

Optional adverse-media terms to search alongside the subject. The service also uses a built-in adverse/legal/regulatory term pack.

maxResultsinteger
platformFiltersWebPlatform[]
seedUrlsstring[]

Example request

{
  "adverseTerms": [
    "fraud",
    "theft",
    "crime"
  ],
  "subject": {
    "name": "Jared Gizersky",
    "type": "person"
  }
}

Response

Successful Response

{"stackTrail":"paths:/v1/web-search/stream:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}