← Back to schema index

ValidationImportImagesInput

Bulk import parameters for images mode. Upload one or more receipt images (PNG / JPG / WEBP) or a ZIP archive of images. Each image goes through the canonical OCR and normalization pipeline.

Properties

Field Type Description
upload_type * string Mode discriminator: always `images` for this variant.
file[] * array One or more receipt images. The server combines them into a single batch. Accepted formats: PNG, JPG, WEBP. Maximum size per image: 12 MB.

Used in operations

  • POST /v1/validations/imports

Referenced by schemas