LazyHelper provides REST API.
if you have smart home or a central application and need to control your PC from there, you can use these endpoints
If authentication is required, you have to pass your api_key
in headers in all of your requests.
you can find your
api_key
inpanel -> Profile
of your LazyHelper. If you didn't create a superuser at the first, create one by:./manage.py createsuperuser
Example of headers:
{"Authorization": "123abc456def789ijk0lmno"}
Here is a list of all API endpoints.
Name | Docs |
---|---|
Execute commands | Docs |
Copy to clipboard | Docs |
Get list of commands | Docs |