Quick Start

circle-info

API Access:

The hyperleaf API is restful, requiring you to submit all requests with HTTP POST.

Get your API keys

You can generate an API key from the User Settings at the top right drop down of the portal.

Get the basics

The system will accept GET and POST requests for all commands. You can tie them into the URL using domain=mydomain.net&record=3.4.2.1 or send them as POST commands. For full functionality and support of all characters, POST is recommended.

Here are some sample API commands:

curl "https://api.hyperleaf.com/api/dns/add_domain?key=942m-h923b-834b-4fd3b4528b6e&domain=mydomain.net"

Last updated