Skip to content
Elijah Cobb edited this page Feb 6, 2020 · 2 revisions

Welcome to the api wiki!

There are two methods.

POST /url

Takes in a JSON object in the body with form:

{
    "url": "..."
}

GET /url

Will return a JSON object with the url:

{
    "url": "..."
}

Timing

If 30 seconds have past without a POST the api will send an email that the device is down.

Clone this wiki locally