Public API · REST · v0.2.0

Try every endpoint inline.

Pick an endpoint on the left, fill the params on the right, and hit Run. Auth values you set in the bar below persist across every operation.

Auth
mount
share
file token
api key
stored in your browser only
GET/api/public/v1/share/{shareId}

Share metadata

Returns the redacted share view (label, path-prefix, capabilities) before fetching listings or files. `hasPassword: true` means callers must supply a password to fetch data.

Path parameters

shareIdrequiredstring

Opaque share id.

Responses

200Share metadata.
sharerequiredany
404Share or path not found.
errorrequiredstring
410Share revoked, expired, or use-count exhausted.
errorrequiredstring

Powered by OpenAPI 3.1 — full spec at /openapi/public-api.yaml.