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
How to use:
View Documentation- Use the provided test API key or enter your own
- Type a search term (name or entity to search)
- Select a search type (defaults to fuzzy_search)
- 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.