cURL
curl --request GET \ --url https://api.anycheck.ai/bank-statements/{id}/summary \ --header 'Authorization: Bearer <token>'
200
Example
Retrieve comprehensive summary of bank statement analysis results
JWT token obtained from /auth/login endpoint.
/auth/login
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Verification ID
Filter by account number (optional)
Bank statement summary data
Show child attributes
Was this page helpful?