Apex
...
Input & Output Types
Types.SplitDocumentPayload
this custom apex type represents the input for the split document docid\ songzleulyvhkshw2gdrw method the following constructors are available global splitdocumentpayload( string fileid, string driveid, string library, resource destination, string context ) global splitdocumentpayload( string fileid, string driveid, string library, resource destination, string instructions, string context ) class params/properties fileid the unique resource id of the file in the external storage that will be processed driveid the id of the connected drive where the file is located (required for google drive and sharepoint) library the external storage type, e g , sharepoint, google, azure, onedrive, dropbox, box, or cloudfiles (aws s3) destination the target external location where the splitted file will be stored (includes library, driveid, and folder/location id) instructions optional ai guidance for processing the document, improving accuracy for non standard formats context optional identifier to track the source or purpose of the action, enabling event traceability