Pleo supports exporting attachments associated with expenses, such as receipts and supporting documents. Attachments are provided as part of Export Items and can be retrieved by integrations for storage in an Accounting System.Documentation Index
Fetch the complete documentation index at: https://developers.pleo.io/llms.txt
Use this file to discover all available pages before exploring further.
Attachment Availability
Attachments are included when:- an expense has one or more uploaded files
- the files are accessible at export time
- the Export Item passes validation
Attachment Data Model
Attachments are available via:files.url— secure download URLfiles.type— file MIME typefiles.size— file size in bytes
Supported File Formats
Pleo supports the following attachment formats:.doc,.docx.pdf.txt.jpg,.jpeg,.png.xls,.xlsx
File Size Limits
- Maximum supported file size: 30 MB per attachment
Multiple Attachments
A single expense may contain multiple attachments. The Export Item returns all associated files individually.Platform Behaviour
- Attachments remain linked to their originating expense.
- Download URLs are time-limited and should be retrieved promptly.
- File ordering is preserved as uploaded in Pleo.