Home / Documentation / API Reference
Resources · Documentation · Reference

API Reference

Complete reference for WebPal's programmatic interfaces: XML Web Service API, REST API, and WebDAV protocol.

Reference Last Updated: May 2026 WebPal 4.2+

WebPal provides several programmatic interfaces for integration with external systems. Choose the API that best fits your use case:

Choosing an API

Use Case Recommended API
Web or mobile application REST API
Legacy integration or advanced automation XML Web Service API
File synchronization or network drive mounting WebDAV API
Desktop file browser integration WebDAV API

Authentication Overview

Each API has its own authentication method:

  • XML Web Service API — Session-based authentication via login command
  • REST API — Sanctum token authentication or cookie-based session
  • WebDAV — HTTP Basic authentication with username and password

For detailed authentication instructions, refer to each API's documentation page.