API Demo Playground

Test the API interactively with live requests

Request Parameters

A test API key is provided for demo purposes. You can also use your own API key.

REQUEST
curl -X POST https://api.amlscreen.io/api/v1/search \
  -H "Content-Type: application/json" \
  -H "x-api-key: TEST-API-KEY" \
  -d '{
    "prompt": "John Smith",
    "search_type": "fuzzy_search"
  }'
RESPONSE
Response will appear here after execution
  1. Use the provided test API key or enter your own
  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.