Quickstart
Make your first ATNA API call in under 5 minutes.
Step 1: Get your API key
Log in to the ATNA Dashboard (https://atna.ai/login), navigate to My API Keys, and generate a new key.
Step 2: Make your first request
Use the Digital Footprint Score Lookup endpoint to validate an email:
curl -X POST https://api.atna.ai/v1/score/df \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "test@example.com"
}'
Step 3: Read the response
A successful response returns HTTP 200 with a JSON body containing the risk score and enrichment data for the input.
Next Steps
- Explore the full Intelli Suite endpoints → API Reference Guide
- Verify documents with TruSuite → TruDocs
- Review Success & Error Codes → Success & Error Codes