API Access

May 8, 2025 at 12:46:47 PM

Planet provides a RESTful API server for automation and remote access. You can enable the API server in the Settings menu.

Planet API Server
Settings ❯ Planet API Server

By default, the API server runs on port 8086. Once enabled, it can be accessed at:

http://localhost:8086/

Or via your local network IP address.

API Endpoints

Here is the full list of API endpoints:

https://github.com/Planetable/Planet/blob/main/Technotes/API.md

Web Client

Planet includes a built-in web client for remote access. Once the API server is running, you can access the web client at:

http://localhost:8086/app/

Planet Web Client
Planet Web Client