Skip to main content

Getting Started

Get up and running with EdgeDNS in minutes.

1. Create an Account

Sign up for a free EdgeDNS account to get your API key. No credit card required.

2. Get Your API Key

Once signed in, navigate to your dashboard to generate an API key. Your API key is used to authenticate all requests to the EdgeDNS API.

3. Make Your First Request

Use your API key to make a request. Here is an example using cURL:

curl "https://api.edgedns.dev/v1/dns/lookup?domain=example.com&type=A" \
  -H "Authorization: Bearer edns_live_YOUR_KEY"