API Demo Playground

Test the API interactively with live requests

Request Parameters

Enter your API key from the dashboard

REQUEST
curl -X POST https://api.amlscreen.com/api/v1/search \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "prompt": "John Smith",
    "search_type": "fuzzy_search"
  }'

Please enter a valid API key

RESPONSE
Response will appear here after execution
  1. Enter your API key (required)
  2. Type a search term (name or entity to search)
  3. Select a search type (defaults to fuzzy_search)
  4. Click "Execute Request" to see live results

We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.