Extend and build your own custom platform using Orba One's available endpoints. We currently offer a Node.js REST API client, available on npm.
All API endpoints require the field AuthKey is present in the request header of each request. AuthKey is a combination of your ApiKey and Secret separated by a ':' and encoded in using base64 encoding.
Creating your AuthKey key header is simple and intuitive, simple and easy.
Get your ApiKey and Secret from within your dashboard.
Concatenate both values separated by a colon :
Encode the resulting concatenation in base64.
Append the AuthKey field in your header request and send the encoded value.
You can access your ApiKey and Secret from within your dashboard.
This endpoint facilitates a Sanction scan on an Applicant.
Path Parameters
{
"date": "2020-09-28T15:41:28.7270459+10:00",
"scan_id": "s6227132",
"number_of_matches": 2,
"number_of_pep_matches": 0,
"number_of_sip_matches": 2,
"persons": [
{
"update_at": "2017-01-24T19:12:01+00:00",
"category": "SIP",
"name": "ROBERT WILLIAM FISHER",
"gender": "Male",
"dates_of_birth": [
{
"date": "April 13, 1961"
}
],
"places_of_birth": [
{
"text": "Brooklyn, New York"
}
],
"reference_type": "Sanction",
"references": [
{
"name": "US - Federal Bureau of Investigation (FBI) List",
"id_in_list": "da4fa184bbed15a4dc7524d0988d53c1"
}
],
"nationality": "American",
"citizenship": "",
"other_names": [
{
"name": "Robert W. Fisher",
"type": ""
}
],
"images": [
"https://www.fbi.gov/wanted/topten/robert-william-fisher/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/fisher2bw.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/longhairwithbeard.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/shorthairnobeard.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/longhairwithgoatee.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/baldlongbeard.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/shorthairandgoatee.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/longhairnobeard.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/shorthairandbeard.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/baldnobeard.jpg/@@images/image/thumb",
"https://www.fbi.gov/wanted/topten/robert-william-fisher/fisher5bw.jpg/@@images/image/thumb"
],
"sources": [
"https://www.fbi.gov/wanted/topten/robert-william-fisher/download.pdf"
],
"summary": "Eyes: blue;\nHair: brown;\nBuild: Medium;\nRace: white;\nWeight: 190 Pounds;\nHeight: 72 Inches;\nDescription: Unlawful Flight to Avoid Prosecution - First Degree Murder (3 Counts), Arson of an Occupied Structure;\nWarning: SHOULD BE CONSIDERED ARMED AND EXTREMELY DANGEROUS;\nReward: The FBI is offering a reward of up to $100,000 for information leading directly to the arrest of Robert William Fisher.;\nField Offices: phoenix;\nOccupations: Surgical Catheter Technician, Respiratory Therapist, Fireman;\nPossible Countries: USA;\nScars and Marks: Fisher has surgical scars on his lower back.;\n[Remarks]: Fisher is physically fit and is an avid outdoorsman, hunter, and fisherman. He has a noticeable gold crown on his upper left first bicuspid tooth. He may walk with an exaggerated erect posture and his chest pushed out due to a lower back injury. Fisher is known to chew tobacco heavily. He has ties to New Mexico and Florida. Fisher is believed to be in possession of several weapons, including a high-powered rifle.;\n[Caution]: Robert William Fisher is wanted for allegedly killing his wife and two young children and then blowing up the house in which they all lived in Scottsdale, Arizona, in April of 2001.",
"match_rate": 100.0
},
{
"category": "SIP",
"name": "FISHER, ROBERT WILLIAM",
"first_name": "ROBERT WILLIAM",
"last_name": "FISHER",
"gender": "Male",
"dates_of_birth": [
{
"date": "1961/04/13"
}
],
"places_of_birth": [
{
"text": "Tucson, Arizona, United States"
}
],
"reference_type": "Sanction",
"references": [
{
"name": "Interpol Wanted List",
"id_in_list": "2002/3398"
}
],
"nationality": "United States",
"citizenship": "",
"images": [
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039342",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039344",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039346",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039348",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039358",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039360",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039376",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039378",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039380",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039382",
"https://ws-public.interpol.int/notices/v1/red/2002-3398/images/60039384"
],
"sources": [
"https://ws-public.interpol.int/notices/v1/red/2002-3398"
],
"summary": "Reason: Wanted By United States;\nHeight: 1.83 metres;\nWeight: 86 kilograms;\nColour of eyes: Blue;\nColour of hair: Brown;\nLanguage Spoken: English;\nCharges: First degree murder (3 counts); arson of an occupied structure;\nDistinguishing marks and characteristics: Surgical scar on lower back; gold crown on upper left first bicuspid",
"match_rate": 83.0
}
]
}
Create OCR Scan for document
POSThttps://api.orbaone.com/api/v1/scans/ocr
This endpoint facilitates an Optical Character Recognition (OCR) scan for a document.
Request Body
{// Response}
Get OCR Scanned documents
GEThttps://api.orbaone.com/api/v1/scans/ocr
The endpoint gets all the OCR scanned documents.
Query Parameters
{// Response}
Get an OCR Scanned document
GEThttps://api.orbaone.com/api/v1/scans/ocr/<id>
This endpoint takes a unique id and returns the corresponding data.