Quickstart: Your First Adverse Media Check

Screen your first entity in under 5 minutes.

⏱️ Time to First Call: ~3 minutes

Interactive Demo

Test the API right here without writing code.

1

Get Your API Key

Book a demo to receive free sandbox API key instantly.

2

Make Your First Request

Use cURL or your preferred HTTP client. Replace YOUR_API_KEY with the key you received.

curl -X GET "https://api.praman.xyz/api/v1/entities?name=Putin&entity_type=person" \
  -H "X-API-Key: YOUR_API_KEY"
3

Interpret the Response

The API returns a JSON array of matching entities. Each entity includes a match_score, risk_timeline, and source_citations.

Example Response (Truncated)

{
  "results": [
    {
      "id": "ent_abc123...",
      "name": "Vladimir Putin",
      "entity_type": "person",
      "match_score": 98.5,
      "risk_categories": ["PEP", "Sanctions"],
      "risk_timeline": [
        { "date": "2022-02-25", "event": "OFAC SDN List Designation", "source": "U.S. Treasury" }
      ]
    }
  ],
  "total_count": 1
}
4

Explore Further

Full API Reference: /docs (Swagger UI)
Data Schema: /static/schema.html
FAQ: /static/faq.html

Ready to integrate?

Check our full documentation or book a demo to discuss your use case.

API Docs Book a Demo