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
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"}