Async content PII discovery

POST {{baseUrl}}/api/{{apiV1Version}}/ner/pii/async

Discover PII information from text contents. This is an async mode API.

Request Body

namerequireddescription
paragraphstrueTarget content for analysis. The format is a JSON array. The maximum number of array values is 5. The maximum length of an array value is 5210 characters.
callbackfalseSuccessful callback URL, support HTTP POST.

Entity Categories

This API supports 31 types of categories.

Code NameCountryRemark
PersonAll
OrganizationAll
PhoneNumberAll
PersonTypeAll
AddressAll
EmailAll
DateTimeAll
TemperatureAll
CurrencyAll
AgeAll
PercentageAll
CreditCardNumberAll
InternationalBankingAccountNumberAllIBAN
SWIFTCodeAll
ABARoutingNumberUS
USIndividualTaxpayerIdentificationUS
USSocialSecurityNumberUS
USDriversLicenseNumberUS
USUKPassportNumberUS and UK
USBankAccountNumberUS
ACHRoutingNumberUSAutomatic Clearing House number
InsuranceProviderUS
MemberIDUSInsurance member ID number
GroupIDUSInsurance group number
AUDriversLicenseAustraliaInsurance group number
AUPassportNumberAustraliaInsurance group number
AUBusinessNumberAustraliaAustralia business number
BSBCodeAustraliaBank state branch code
UKDriversLicenseNumberUKUK driver license number
UKNationalHealthNumberUKNational Health Service (NHS) number
UKNationalInsuranceNumberUKNational insurance number

Request Body

{"paragraphs"=>["Pyroclastic flows at La Soufriere could possibly cause destruction and devastation of areas close to the volcano, according to NEMO.", "Pyroclastic flows contain a high-density mix of hot lava blocks, pumice, ash and volcanic gas. They move at very high speed down volcanic slopes, typically following valleys, according to the USGS and destroy nearly everything in their path.", "The University of the West Indies Seismic Research Centre tweeted photos taken by one of its researchers Sunday morning of an ash covered landscape in St. Vincent, using the hashtag #stilldangerous."], "confidenceScore"=>0.7, "categoriesFilter"=>["Person", "PhoneNumber", "Email", "Date"], "callback"=>"http://examplehost:8080/examplepath"}

RESPONSES

status: OK

{"jobId":"620b6c9ad1906f1744072492","taskCategory":"NER","taskSubcategory":"ASYNC_PII","status":"Processing","startDateTime":"2022-02-15T09:04:26.734Z","expirationDateTime":"2022-02-16T09:04:26.734Z"}