v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserFiles

Process file without creating EndUserFile record

Process a file for classification and parsing without storing it as an EndUserFile. Results are delivered via webhook to subscribed endpoints.

post/api/end_user_files/process_standalone

Request body

expected_file_classstring nullable

Expected file classification (e.g., 'bank_statement')

file_content_base64string required

Base64 encoded file content

filenamestring required

Original filename (helps with MIME type detection)

reference_idstring required

Reference ID for tracking

Response

OK

reference_idstring

The reference ID provided in the request