Generate signed download URLs for multiple files in a single request. Returns partial success — URLs for accessible files plus errors for any failures. Files must be owned by the authenticated user.
Partial Success: If some file IDs are inaccessible or invalid, the response still returns URLs for the files that succeeded, alongside per-file errors for those that failed.
Batch Efficiency: Download URLs for up to 25 files in a single call instead of making individual requests.
Short-lived URLs: Signed URLs expire after 60 minutes. Do not store them — request fresh URLs when needed.