Obtain an API Key

Sign up on urlDNA and go to your profile page.

Authentication

The API uses API key authentication to ensure secure access. To authenticate requests, include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

Base URL

All API endpoints are accessible under the following base URL:

https://api.urldna.io

Response Format

Responses are returned in JSON format. Ensure that your client application can parse and handle JSON data efficiently.

API Quota Limits

  • Free Users: 10 API requests per day.

  • Premium Users: 500 API requests per day.

  • Custom Limits: If you need tailored API limits, contact us.

Your API quota resets every 24 hours.