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
| Header | Value |
|---|---|
Authorization | Bearer YOUR_API_KEY |
Content-Type | application/json |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
subject_name | string | Yes | Full name of the individual or entity |
dob | string | No | Date of birth (YYYY-MM-DD) |
nationality | string | No | ISO country code |
entity_type | string | Yes | individual 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.