filesfilesOptional
Binary files to upload via multipart/form-data.
**Supported formats:**
- **Images:** .jpeg, .jpg, .png, .tiff
- **PDFs:** .pdf
- **Compressed files:** .zip (for bulk uploads)
**Note:** Upload actual binary file data, not file paths or strings. Use standard HTML file input or equivalent HTTP multipart upload.
**Filename Encoding Limitation:** Due to RFC 2388 multipart/form-data specification, filenames are limited to Latin-1 (ISO-8859-1) character encoding. Non-ASCII characters (e.g., UTF-8 Unicode) in filenames will appear corrupted. For best compatibility, use ASCII-safe characters in filenames or implement client-side filename encoding.
urlslist of stringsOptionalDeprecated
DEPRECATED: Use the /v1/ingest/by-url endpoint instead for URL-based uploads.
Array of URLs from which files will be downloaded and processed. This field is maintained for backward compatibility but should not be used in new integrations.
infoobjectOptional
Information to map to the uploaded files in JSON format