Skip to main content

Intelli 360

Intelli 360 provides a comprehensive view of digital intelligence, combining various signals to give you a 360-degree understanding of user identity and risk profile.

Features

  • Holistic Analysis: Aggregates data from multiple sources.
  • Risk Assessment: Advanced risk scoring models.
  • Real-time Insights: Up-to-the-minute data processing.

Request

Headers

HeaderValue
AuthorizationBearer YOUR_API_KEY
Content-Typeapplication/json

Body Parameters

ParameterTypeRequiredDescription
subject_namestringYesFull name of the individual or entity
dobstringNoDate of birth (YYYY-MM-DD)
nationalitystringNoISO country code
entity_typestringYesindividual or business

Example Request

curl -X POST https://api.atna.ai/v1/intelli360/overview \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"subject_name": "John Doe",
"dob": "1985-05-15",
"nationality": "IN",
"entity_type": "individual"
}'

Detailed documentation coming soon.