social-profile-analysis
Create and stream a Social Profile Analysis job
Create a persisted Social Profile Analysis job and stream typed server-sent events until completion. Use the X-Job-Id response header to reconnect at GET /v1/social-profile-analysis/jobs/{job_id}/stream.
post/v1/social-profile-analysis/stream
Request body
Example request
{
"analysisTypes": [
"match"
],
"match": {
"criteria": [
"fraud",
"theft",
"crime"
],
"maxRecords": 25
},
"subject": {
"name": "Jared Gizersky",
"socialMediaUrls": [
"https://x.com/jaredg"
]
}
}Response
Successful Response
{"stackTrail":"paths:/v1/social-profile-analysis/stream:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}