Skip to main content
POST
/
bank-statements
/
combine
Combine BSA results
curl --request POST \
  --url https://api.anycheck.ai/bank-statements/combine \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "bank_statements": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "file_index": 1
    }
  ]
}
'
{ "result_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for service-to-service authentication

Body

application/json
bank_statements
object[]
required

List of BSA verifications to combine (1–50)

Required array length: 1 - 50 elements

Response

Combined BSA result

result_id
string<uuid>

Combined result ID to use with analytics endpoints