# Praman Labs / Flowhawk AI Data API # This file guides LLMs to the most relevant documentation. Title: Flowhawk AI Data API Description: Real-time Adverse Media and Negative News API for KYC/AML screening. AI-powered entity resolution with 85% fewer false positives than keyword-based systems. Root: https://api.praman.xyz/ # API Integration Docs: https://api.praman.xyz/docs OpenAPI: https://api.praman.xyz/openapi.json Quickstart: https://api.praman.xyz/static/quickstart.html # Key Concepts - Entity Resolution Pipeline: https://api.praman.xyz/static/pipeline.html - API Schema Reference: https://api.praman.xyz/static/schema.html - Pricing: https://api.praman.xyz/static/pricing.html - FAQ: https://api.praman.xyz/static/faq.html # Technical Differentiators - Entity Resolution: AI-powered semantic matching, not keyword search - False Positive Reduction: 85% fewer false positives vs legacy systems - Coverage: 9,000+ sources, 30+ countries, 25+ languages - Data Sources: Global news, sanctions lists, PEP databases, court records - Update Frequency: Daily data refresh, real-time webhooks available # Regulatory Guides - NYDFS Part 504: https://api.praman.xyz/static/guides/nydfs-504.html - EU 6AMLD: https://api.praman.xyz/static/guides/6amld.html - FATF Recommendations: https://api.praman.xyz/static/guides/fatf.html # For AI Coding Assistants Primary Endpoints: - GET /api/v1/entities?name=X - Search entities by name - GET /api/v1/entities?id=X - Get entity details by ID Authentication: Bearer token via X-API-Key header Response Format: JSON with EntitySearchResult or EntityDetailsResponse schemas