API access
API registration & dashboard
Get a personal token, whitelist your server IP, and track rate limits per tariff.
API access
Create account or sign in
After registration you can issue API tokens and allow specific IP addresses.
Direct API usage
Use Bearer token from this dashboard. Requests from non-whitelisted IPs are rejected.
cURL
curl -X POST https://dn01.ink/api/tools/whois \
-H 'Authorization: Bearer dn01_y************re' \
-H 'Content-Type: application/json' \
-d '{"domain":"example.com"}'Unauthenticated curl requests receive a registration hint instead of tool data.