Overview of APIs
URL Meta provides the following APIs:
- Meta API: Get meta information about a URL. It returns the title, description, image, favicon, logo and more.
- DNS API: Get DNS information about domain. It returns the A, AAAA, CNAME, MX, NS, TXT, etc. records.
- Screenshot API: Get a full-page screenshot of a URL. It returns a screenshot of the URL in PNG format.
- Render API: Get a rendered image of given HTML or SVG string.
Authentication
All the APIs require an API key. You can get your API key from the dashboard. You can follow the authentication guide to learn more about how to authenticate your requests.