Skip to main content

Open API

Debug-mode open APIs

  • Open APIs for integration with other programs
  • Use these when USB edition features are not enough
  • Install the EC iOS standalone main app on the phone
  • Some features require the EC iOS standalone main app in the foreground — see the API docs for details
  • Use a debug build or production main app package; enable the debug service in app settings
  • Request port is 18924 — phone IP + port + endpoint, e.g.: http://192.168.2.5:18924/api/uploadFile

API documentation