Overview
Submit a bank statement for processing and transaction extraction. This endpoint accepts a URL to a bank statement file and begins the processing workflow.- Statement Processing: Upload bank statements for automated transaction extraction
 - Bulk Import: Process multiple bank statements in batch
 - Integration: Submit statements from external systems
 - Data Migration: Import historical transaction data
 
Authorizations
API key for authentication
Body
application/json
URL of the bank statement file
Example:
"https://example.com/statement.pdf"
Response
Bank statement submitted successfully
Bank statement ID
Example:
"bs_123456789"
URL of the bank statement file
Example:
"https://example.com/statement.pdf"
Processing status
Available options: 
processing, completed, failed Example:
"processing"
Creation timestamp
Example:
"2024-01-15T10:30:00Z"
Processing completion timestamp
Example:
"2024-01-15T10:35:00Z"

