IRBIS API Reference
  • IRBIS API Reference
  • Disclaimer for IRBIS Search Portal and Services
  • Introduction
  • Authenticate
  • Requests Endpoints
  • LookupId-List API Endpoint
  • Retrieve the API Results for all requests.
    • GET Multiple Results
    • Search Response Schema
  • Delete Record API
    • Headers and Body Request for Delete Record
  • Retrieve Credits Status API
    • Search Response Schema
  • BreachScan
    • Headers and Body Request by deepweb values
    • GET Get lookup data for a request by deepweb values
    • Search Response Schema
  • Phone Lookup
    • Headers and Body Request by Phone
    • GET Get lookup data for a request by Phone
    • Search Response Schema
  • Phone Verification (Real Phone)
    • Headers and Body Request by Phone
    • GET Get lookup data for a request by Phone
    • Search Response Schema
  • Phone Validation Request (Optional)
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Phone Vs Name Validator
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • E-mail Lookup
    • Headers and Body Request by E-mail Lookup
    • GET Get lookup data for a request by E-mail Lookup
    • Search Response Schema
  • Name SocialScan
    • Headers and Body Request by Name Lookup
    • GET Get lookup data for a request by Name Lookup
    • Search Response Schema
  • Name WebScan
    • Headers and Body Request by Telescope
    • GET Get lookup data for a request by Name Lookup
    • Search Response Schema
  • Leads Search
    • Headers and Body Request by Topick
    • GET Get lookup data for a request by Post
    • Search Response Schema
  • Face WebScan
    • Headers and Body Request by Face WebScan
    • GET Get lookup data for a request by Face WebScan
    • Search Response Schema
  • AI Sentiment Analysis
    • Headers and Body Request by Text body
    • GET Get lookup data for a request by Text body
    • Search Response Schema
  • KYC Validator
    • Headers and Body Request by KYC Validator
    • Request KYC Validator results
    • Search Response Schema
  • WEB Scraper
    • Headers and Body Request
    • Request Response Data
    • Search Response Schema
  • IP Geolocation
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Phone Vs IP Validator
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Psychological Portrait
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Psycho Profile and Summary by Text & Name (Optional)
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Compliance Screening
    • SSN Trace (US only)
    • National Criminal Screening (US only)
    • Watchlists and Politically Exposed Persons (International)
    • Court Records (US only)
Powered by GitBook
On this page
  • Header
  • Body
  1. AI Sentiment Analysis

Headers and Body Request by Text body

End Point: https://irbis.espysys.com/api/developer/sentiment_analysys

Header

Type
Value

Content-Type

application/json

Body

Example Request:

raw (application/json)

{
  "key": "<API_Key>",
  "value": "Seven people have been “critically injured” in a large fire that broke out in a building in Paris on Wednesday, following a suspected gas explosion, CNN affiliate BFMTV reported. Hundreds of firefighters have been deployed to the scene, it said. In a tweet posted shortly after 5 p.m. local time (11 a.m. ET), police in Paris asked people to avoid the area near Rue Saint Jacques, in the city’s 5th arrondissement. Nine others have sustained noncritical injuries, according to BFMTV. One woman, Anne, told a CNN producer at the scene that she was inside her flat, around 500m from the site, when the explosion happened. “It felt like an earthquake, the windows banged against each other,” she said. Another woman who didn’t want to give her name and lives in a neighboring avenue told CNN that her doors slammed shut from the explosion. Locals have been stopped from returning to their homes in surrounding streets. French Interior Minister Gerald Darmanin, currently in Nancy in eastern France for a conference, will cut short his trip and return to Paris, the interior ministry told media.",
  "lookupId": <LOOKUPID_VALUE>
}

{

"requestId": "5d60f1b7-e614-4524-bce6-174a81a2fd90",

"id": 1486,<--<RESPONCE_ID_VALUE>

"status": "progress",

"message": "Results will be available soon, Use API to retrieve Data"

}

1.	curl -X 'POST' \
2.	  'https://irbis.espysys.com/api/developer/sentiment_analysys' \
3.	  -H 'accept: application/json' \
4.	  -H 'Content-Type: application/json' \
5.	  -d '{
6.	  "key": "<API_Key>",
7.	  "value": "Seven people have been “critically injured” in a large fire that broke out in a building in Paris on Wednesday, following a suspected gas explosion, CNN affiliate BFMTV reported. Hundreds of firefighters have been deployed to the scene, it said. In a tweet posted shortly after 5 p.m. local time (11 a.m. ET), police in Paris asked people to avoid the area near Rue Saint Jacques, in the city’s 5th arrondissement. Nine others have sustained noncritical injuries, according to BFMTV. One woman, Anne, told a CNN producer at the scene that she was inside her flat, around 500m from the site, when the explosion happened. “It felt like an earthquake, the windows banged against each other,” she said. Another woman who didn’t want to give her name and lives in a neighboring avenue told CNN that her doors slammed shut from the explosion. Locals have been stopped from returning to their homes in surrounding streets. French Interior Minister Gerald Darmanin, currently in Nancy in eastern France for a conference, will cut short his trip and return to Paris, the interior ministry told media.",PQP/9k="",
8.	  "lookupId": <LOOKUPID_VALUE>
9.	}'

PreviousAI Sentiment AnalysisNextGET Get lookup data for a request by Text body

Last updated 2 months ago