How to import document data and sample import formats.
https
URLs only)Parameter | Required | Description |
---|---|---|
row_data | Yes | A dictionary of{ "pdf_url": str, "text_layer_url": str } For IAM Delegated Access, this URL must be in virtual-hosted-style format. |
row_data['pdf_url'] | Yes | https path to a cloud-hosted PDF. It must be specified within row_data dictionary. |
row_data['text_layer_url'] | No | https path to a cloud-hosted JSON extract of the PDF. |
global_key | No | Unique user-generated file name or ID for the file. Global keys are enforced to be unique in your org. Data rows will not be imported if its global keys are duplicated to existing data rows. |
media_type | No | "PDF" (optional media type to provide better validation and error messaging) |
metadata_fields | No | See Metadata. |
attachments | No | See Attachments and Asset overlays. |
Is text layer valid = true
, the file was successfully processed.