ImportDocumentFromUrlApiRequest
Properties
| Name |
Type |
Description |
Notes |
| url |
String |
The HTTPS URL of the document to import. If `FileName` is omitted, the URL path must end with a recognized file extension (.pdf, .doc, .docx). Presigned URLs (S3, GCS, Azure SAS) and clean cloud-storage share links (e.g. Dropbox direct links) are supported - the query string is ignored when determining the file name. |
[default to null] |
| displayName |
String |
An optional display name for the document, shown to recipients in the package. If omitted, the source file name (less extension) is used. |
[optional] [default to null] |
| displayOrder |
Integer |
An optional display order position within the package. If omitted, the document is appended to the end. |
[optional] [default to null] |
| fileName |
String |
An optional source file name including extension (e.g. `"Q3-Contract.pdf"`). Provide this when the URL itself doesn't carry the file name in its path - for example Google Drive download URLs (`https://drive.google.com/uc?export=download&id=...`), SharePoint anonymous-share URLs, or any other opaque-path link. The extension still must be one of the allowed types (.pdf, .doc, .docx); content is verified against magic bytes regardless. Path separators and traversal sequences are rejected. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]