The Public Documents API allows client-side applications to upload and manage documents using a public API token and signed submission tokens. This is designed for frontend integrations where exposing a private API token would be a security risk.
The submission ID in the URL must be a signed token (not a prefix ID like sub_xxx). Signed tokens are time-limited and can be obtained from your backend using the private API.