{"info":{"_postman_id":"455469d0-b93a-4b37-ae93-2b991a10a68a","name":"adverse_mediaSearch","description":"<html><head></head><body><p>The Adverse Media Search API is a powerful tool designed for comprehensive risk assessment. It systematically scans diverse media sources, extracting and analyzing information about individuals or entities. Through this API, users can swiftly identify potential reputational risks and make informed decisions by accessing a consolidated report on adverse mentions across various media platforms.</p>\n<p>Api service is accessed through two api calls. First call is input. Second call is for results.Processing will take approx 1-2 minute to process results. Make a second call after 1 minute or keep in loop for every 5 seconds for live updates.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30522218","collectionId":"455469d0-b93a-4b37-ae93-2b991a10a68a","publishedId":"2s9YeABaoh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4169e1"},"publishDate":"2023-11-22T07:48:46.000Z"},"item":[{"name":"search","item":[{"name":"search_case","id":"187430c4-7b77-40f0-b304-68b5da146c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"salman khan\",\n    \"address\": \"hyderabad\",\n    \"services\": \"adverse_media\",\n    \"user\": \"xxxxxxxxxxxxx\",\n    \"auth_token\": \"xxxxxxxxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/adverse_media/personinfo","description":"<p>This API facilitates the assessment of cybercrime involvement for UPI IDs, bank accounts, mobile numbers, and vehicle details</p>\n","urlObject":{"protocol":"https","path":["v1","adverse_media","personinfo"],"host":["prod","crimescan","ai"],"query":[],"variable":[]}},"response":[{"id":"c1e8d2c4-e0f3-4fce-9bea-fdaff79e6630","name":"authentication fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"salman khan\",\n    \"address\": \"hyderabad\",\n    \"services\": \"adverse_media\",\n    \"user\": \"<user>\",\n    \"auth_token\": \"<auth_token>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/adverse_media/personinfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Oct 2023 10:58:55 GMT"},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)"},{"key":"Content-Length","value":"34"},{"key":"Content-Type","value":"application/json"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":0,\n    \"error\": \"Authentication failed\"\n}"},{"id":"52fa3f30-5d33-4380-9d43-b0ee577a8ed8","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"salman khan\",\n    \"address\": \"hyderabad\",\n    \"services\": \"adverse_media\",\n    \"user\": \"<user>\",\n    \"auth_token\": \"<auth_token>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/adverse_media/personinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1082485"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 31 Oct 2023 11:49:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"verify_id\": \"29acebcc19404eab82b2f0e44182a299\",\n    \"status\": 1\n}"}],"_postman_id":"187430c4-7b77-40f0-b304-68b5da146c48"}],"id":"59c606e7-2c11-4adb-9f68-4341c67d7db3","description":"<p><strong>Method: POST</strong></p>\n<p><strong>URL :</strong> <a href=\"https://prod.crimescan.ai/v1/adverse_media/personinfo\">https://prod.crimescan.ai/v1/adverse_media/personinfo</a></p>\n<p><strong>Function</strong>: search<br /><strong>Parameters</strong> : name, address, services,user,auth_token</p>\n<p><strong>Authorization :</strong> user,user_auth_token<br /><strong>Output Type</strong> : JSON</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>fields</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Name of person or company</td>\n<td>required</td>\n</tr>\n<tr>\n<td>context</td>\n<td>Comma separated context for negative articles</td>\n<td>optional</td>\n</tr>\n<tr>\n<td>services</td>\n<td>Service name.  <br />  <br />Services: adverse_media</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>user</td>\n<td>username</td>\n<td>required</td>\n</tr>\n<tr>\n<td>auth_token</td>\n<td>api auth token</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example:</strong></p>\n<p><code>curl -X POST \\</code></p>\n<p><a href=\"https://prod.crimescan.ai/v1/adverse_media/personinfo\">https://prod.crimescan.ai/v1/adverse_media/personinfo</a> <code>\\</code></p>\n<p><code>-H 'content-type: application/json' \\</code></p>\n<p><code>-d ' {</code></p>\n<p><code>\"name\":\"salman khan\",</code></p>\n<p><code>\"address\":\"hyderabad\",</code></p>\n<p><code>\"services\":\"adverse_media\",</code></p>\n<p><code>\"user\": \"xxxx\",</code></p>\n<p><code>\"auth_token\": \"xxxxxx\"</code></p>\n<p><code>}'</code></p>\n<p><strong>Response:</strong></p>\n<p><strong>If success-</strong></p>\n<p>{</p>\n<p>\"verify_id\": \"29acebcc19404eab82b2f0e44182a299\",</p>\n<p>\"status\": 1</p>\n<p>}</p>\n<p><strong>If unsuccessfull-</strong></p>\n<p>{</p>\n<p>\"message\":\"authentication failed\",</p>\n<p>\"status\":0</p>\n<p>}</p>\n<p><strong>HTTP Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Codes</th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>ok</td>\n</tr>\n<tr>\n<td>425</td>\n<td>Incorrect Input</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Authentication Failed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"59c606e7-2c11-4adb-9f68-4341c67d7db3"},{"name":"result","item":[{"name":"result_search","id":"1e427c05-f00f-4bcc-8bd0-d8cf87051b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"verify_id\":\"65e6f3c483ca401dfa6be92e\",\n    \"user\": \"xxxxxxxxxx\",\n    \"auth_token\": \"xxxxxxxxxxxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/adverse_media/personinfo_res","description":"<p>This API facilitates the assessment of cybercrime involvement for UPI IDs, bank accounts, mobile numbers, and vehicle details</p>\n","urlObject":{"protocol":"https","path":["v1","adverse_media","personinfo_res"],"host":["prod","crimescan","ai"],"query":[],"variable":[]}},"response":[{"id":"3c7da15a-650c-449c-8a5d-b9d04602db9d","name":"authentication fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"verify_id\":\"5f33df9c10cdbecc01799248\",\n    \"user\": \"<user>\",\n    \"auth_token\": \"<auth_token>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/adverse_media/personinfo_res"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 31 Oct 2023 13:52:40 GMT"},{"key":"Server","value":"cloudflare"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=dQ5SNP9EDpJkvwibGLO9DM2ILMuWM%2BNxJh3NPR3zb5jpGMIsoOpJvxiTKEhPlFdf4ovhoyHap6yzZCyauFGkeCx7scKwKwtN7oQjZk20wZfNmPpi7m5fiJOj55xB3jhESMb3H%2FU%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"CF-RAY","value":"81ec613b5c43442b-BOM"},{"key":"Content-Encoding","value":"br"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"authentication failed\",\"status\":0}"},{"id":"059b43a8-5d74-4f64-af5c-070da2ddb1fc","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"verify_id\":\"6581c76d83ca401dfa6be91d\",\n    \"user\": \"xxxxxxx\",\n    \"auth_token\": \"xxxxxxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/adverse_media/personinfo_res"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1082485"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 31 Oct 2023 11:49:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"service\": \"adverse_media\",\n            \"data\": [\n                {\n                    \"title\": \"'Hyd Youth Courage' group that appeals for medical aid online ...\",\n                    \"link\": \"https://www.thenewsminute.com/article/hyd-youth-courage-group-appeals-medical-aid-online-accused-fraud-129454\",\n                    \"domain\": \"www.thenewsminute.com\",\n                    \"short_article\": \"Jul 26, 2020 - Salman Khan Hyderabad Youth Courage Nampally police station Facebook ... Youth Courage Facebook page, noticed allegations of fraud.\",\n                    \"matched_inputs\": [\n                        \"name\",\n                        \"address\"\n                    ],\n                    \"locations\": [\n                        \"hyderabad\"\n                    ],\n                    \"negative_contexts\": [\n                        \"police\",\n                        \"fraud\"\n                    ]\n                },\n                {\n                    \"title\": \"Crowd funding fraud: Two held in Hyderabad - Telangana Today\",\n                    \"link\": \"https://telanganatoday.com/crowd-funding-fraud-two-held-in-hyderabad\",\n                    \"domain\": \"telanganatoday.com\",\n                    \"short_article\": \"Jul 29, 2020 - The arrested persons were Salman Khan (29), president of an organization called Hyderabad Youth Courage and Syed Ayub, vice president of ...\",\n                    \"matched_inputs\": [\n                        \"name\"\n                    ],\n                    \"locations\": [\n                        \"hyderabad -\",\n                        \"telangana\"\n                    ],\n                    \"negative_contexts\": [\n                        \"arrested\"\n                    ]\n                },\n                {\n                    \"title\": \"Salman Khan arrested, sent to jail - The Economic Times\",\n                    \"link\": \"https://m.economictimes.com/news/politics-and-nation/salman-khan-arrested-sent-to-jail/articleshow/2310000.cms\",\n                    \"domain\": \"m.economictimes.com\",\n                    \"short_article\": \"Aug 25, 2007 - Salman Khan was arrested at Jodhpur airport and sent to jail shortly ... husband Deepak Kochhar arrested by ED in money laundering case.\",\n                    \"matched_inputs\": [\n                        \"name\"\n                    ],\n                    \"locations\": [\n                        \"jodhpur airport\"\n                    ],\n                    \"negative_contexts\": [\n                        \"arrested\",\n                        \"jail\"\n                    ]\n                },\n                {\n                    \"title\": \"Conman arrested for allegedly impersonating Salman Khan's ...\",\n                    \"link\": \"https://scroll.in/latest/877603/mumbai-police-arrest-conman-accused-of-impersonating-salman-khans-brother-in-law\",\n                    \"domain\": \"scroll.in\",\n                    \"short_article\": \"May 2, 2018 - Mumbai Police arrest conman accused of impersonating Salman Khan's ... as actor Salman Khan's brother-in-law Aayush Sharma on social media, and ... The alleged case of fraud was uncovered when the the staff of the ...\",\n                    \"matched_inputs\": [\n                        \"name\"\n                    ],\n                    \"locations\": [\n                        \"mumbai\"\n                    ],\n                    \"negative_contexts\": [\n                        \"police arrest\",\n                        \"fraud\"\n                    ]\n                },\n                {\n                    \"title\": \"Shooter Arrested For Salman Khan Murder Plot | Kashmir ...\",\n                    \"link\": \"https://kashmirobserver.net/2020/08/20/shooter-arrested-for-salman-khan-murder-plot/\",\n                    \"domain\": \"kashmirobserver.net\",\n                    \"short_article\": \"Aug 20, 2020 - Indian police arrested a sharpshooter on August 15 who had reportedly carried out recce of… ... Shooter Arrested For Salman Khan Murder Plot. Join @ ... Govt Employee Booked For Migrant Relief Fraud · Agencies ...\",\n                    \"matched_inputs\": [\n                        \"name\"\n                    ],\n                    \"locations\": [\n                        \"kashmir\"\n                    ],\n                    \"negative_contexts\": [\n                        \"police arrested\",\n                        \"arrested\",\n                        \"fraud\",\n                        \"murder\"\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"1e427c05-f00f-4bcc-8bd0-d8cf87051b5d"}],"id":"8613cb44-5f9d-458e-910a-ebfc7cd8b074","description":"<p><strong>Method: POST</strong></p>\n<p><strong>URL :</strong> <a href=\"https://prod.crimescan.ai/v1/adverse_media/personinfo_res\">https://prod.crimescan.ai/v1/adverse_media/personinfo_res</a></p>\n<p><strong>Function</strong>: result<br /><strong>Parameters</strong> : verify_id,user,auth_token</p>\n<p><strong>Authorization :</strong> user,user_auth_token<br /><strong>Output Type</strong> : JSON</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>fields</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>verify_id</td>\n<td>Verify id returned in crc call</td>\n<td>required</td>\n</tr>\n<tr>\n<td>user</td>\n<td>username</td>\n<td>required</td>\n</tr>\n<tr>\n<td>auth_token</td>\n<td>api auth token</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example:</strong></p>\n<p><code>curl -X POST \\</code></p>\n<p><a href=\"https://prod.crimescan.ai/v1/adverse_media/personinfo_res\">https://prod.crimescan.ai/v1/adverse_media/personinfo_res</a> <code>\\</code></p>\n<p><code>-H 'content-type: application/json' \\</code></p>\n<p><code>-d ' {</code></p>\n<p><code>\"verify_id\":\"xxxxxxxxxxxxx\",</code></p>\n<p><code>\"user\":\"\",</code></p>\n<p><code>\"auth_token\":””</code></p>\n<p><code>}'</code></p>\n<p><strong>Response:</strong></p>\n<p><strong>If success-</strong></p>\n<p>{<br />\"results\": [{<br />\"service\": \"adverse_media\",<br />\"data\": [{<br />\"title\": \"'Hyd Youth Courage' group that appeals for medical aid online ...\",<br />\"link\": \"<a href=\"https://www.thenewsminute.com/article/hyd-youth-courage-group-appeals-medical-aid-online-accused-fraud-129454\">https://www.thenewsminute.com/article/hyd-youth-courage-group-appeals-medical-aid-online-accused-fraud-129454\"</a>,<br />\"domain\": \"<a href=\"http://www.thenewsminute.com\">www.thenewsminute.com\"</a>,<br />\"short_article\": \"Jul 26, 2020 - Salman Khan Hyderabad Youth Courage Nampally police station Facebook ... Youth Courage Facebook page, noticed allegations of fraud.\",<br />\"matched_inputs\": [<br />\"name\",<br />\"address\"<br />],<br />\"locations\": [<br />\"hyderabad\"<br />],<br />\"negative_contexts\": [<br />\"police\",<br />\"fraud\"<br />]<br />},<br />{<br />\"title\": \"Crowd funding fraud: Two held in Hyderabad - Telangana Today\",<br />\"link\": \"<a href=\"https://telanganatoday.com/crowd-funding-fraud-two-held-in-hyderabad\">https://telanganatoday.com/crowd-funding-fraud-two-held-in-hyderabad\"</a>,<br />\"domain\": \"telanganatoday.com\",<br />\"short_article\": \"Jul 29, 2020 - The arrested persons were Salman Khan (29), president of an organization called Hyderabad Youth Courage and Syed Ayub, vice president of ...\",<br />\"matched_inputs\": [<br />\"name\"<br />],<br />\"locations\": [<br />\"hyderabad -\",<br />\"telangana\"<br />],<br />\"negative_contexts\": [<br />\"arrested\"<br />]<br />},<br />{<br />\"title\": \"Salman Khan arrested, sent to jail - The Economic Times\",<br />\"link\": \"<a href=\"https://m.economictimes.com/news/politics-and-nation/salman-khan-arrested-sent-to-jail/articleshow/2310000.cms\">https://m.economictimes.com/news/politics-and-nation/salman-khan-arrested-sent-to-jail/articleshow/2310000.cms\"</a>,<br />\"domain\": \"m.economictimes.com\",<br />\"short_article\": \"Aug 25, 2007 - Salman Khan was arrested at Jodhpur airport and sent to jail shortly ... husband Deepak Kochhar arrested by ED in money laundering case.\",<br />\"matched_inputs\": [<br />\"name\"<br />],<br />\"locations\": [<br />\"jodhpur airport\"<br />],<br />\"negative_contexts\": [<br />\"arrested\",<br />\"jail\"<br />]<br />},<br />{<br />\"title\": \"Conman arrested for allegedly impersonating Salman Khan's ...\",<br />\"link\": \"<a href=\"https://scroll.in/latest/877603/mumbai-police-arrest-conman-accused-of-impersonating-salman-khans-brother-in-law\">https://scroll.in/latest/877603/mumbai-police-arrest-conman-accused-of-impersonating-salman-khans-brother-in-law\"</a>,<br />\"domain\": \"scroll.in\",<br />\"short_article\": \"May 2, 2018 - Mumbai Police arrest conman accused of impersonating Salman Khan's ... as actor Salman Khan's brother-in-law Aayush Sharma on social media, and ... The alleged case of fraud was uncovered when the the staff of the ...\",<br />\"matched_inputs\": [<br />\"name\"<br />],<br />\"locations\": [<br />\"mumbai\"<br />],<br />\"negative_contexts\": [<br />\"police arrest\",<br />\"fraud\"<br />]<br />},<br />{<br />\"title\": \"Shooter Arrested For Salman Khan Murder Plot | Kashmir ...\",<br />\"link\": \"<a href=\"https://kashmirobserver.net/2020/08/20/shooter-arrested-for-salman-khan-murder-plot/\">https://kashmirobserver.net/2020/08/20/shooter-arrested-for-salman-khan-murder-plot/\"</a>,<br />\"domain\": \"kashmirobserver.net\",<br />\"short_article\": \"Aug 20, 2020 - Indian police arrested a sharpshooter on August 15 who had reportedly carried out recce of… ... Shooter Arrested For Salman Khan Murder Plot. Join @ ... Govt Employee Booked For Migrant Relief Fraud · Agencies ...\",<br />\"matched_inputs\": [<br />\"name\"<br />],<br />\"locations\": [<br />\"kashmir\"<br />],<br />\"negative_contexts\": [<br />\"police arrested\",<br />\"arrested\",<br />\"fraud\",<br />\"murder\"<br />]<br />}<br />]<br />}]<br />}</p>\n<p><strong>If underprocess-</strong></p>\n<p>{</p>\n<p>\"message\":\"under process\",</p>\n<p>\"status\":0</p>\n<p>}</p>\n<p><strong>HTTP Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Codes</th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>ok</td>\n</tr>\n<tr>\n<td>425</td>\n<td>Incorrect Input</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Authentication Failed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8613cb44-5f9d-458e-910a-ebfc7cd8b074"}],"variable":[{"key":"manual_court_record_check","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6Im5lZWtpdCIsImlhdCI6MTY5ODIxNjM4NH0.XJK9qKkYxBwdXsviaz8QBw3nvZ7iiudriq1IPW-5AKg"}]}