1,000 free requests per month. Buy additional requests and use them at your own pace. No subscription required.
curl defuddle.md/example.com?key=df_...
# or with a header
curl -H "Authorization: Bearer df_..." defuddle.md/example.comCheck your remaining requests at any time:
curl -H "Authorization: Bearer YOUR_KEY" defuddle.md/api/keys/usage
To top up an existing key:
curl -X POST defuddle.md/api/keys/topup -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" -d '{"block":"10000"}'