web-search
Run web/media search
Create a web-search job and wait for an inline result when responseMode is sync. If the job does not finish before the inline timeout, or when responseMode is async, the API returns a persisted job envelope. Every response includes X-Job-Id for later lookup.
post/v1/web-search
Request body
Example request
{
"adverseTerms": [
"fraud",
"theft",
"crime"
],
"responseMode": "sync",
"subject": {
"name": "Jared Gizersky",
"type": "person"
}
}Response
Normalized search hits when completed inline, otherwise a job envelope.