✦ Playground ✦
Coming Monday. For now, the API.
The in-browser playground is still on the workbench. Until it lands, the fastest way to try abm.dev is a single curl call. Get a key, run the example, see the citations.
curl -X POST https://api.abm.dev/v1/enrich \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "email": "jane.smith@acme.com" }'