Password-Protected Files
Extend supports processing password-protected PDF files. You can provide the fileβs password directly in your API request so that Extend can unlock and process the document.
Providing a Password via URL
When providing a file by URL (in parse, extract, classify, split, edit, or workflow runs), include the password in the settings object on the file input:
The settings object is available on URL-based file inputs across all run endpoints:
Password is only applicable to URL-based file inputs. When referencing a previously uploaded file by id, the file was already uploaded (and optionally password-unlocked) at upload time.
Providing a Password When Uploading a File
When uploading a file via POST /files/upload, include the password as a password field in the multipart/form-data request:
Error Handling
If you attempt to process a password-protected file without providing a password, the API returns a PASSWORD_PROTECTED_FILE error:

