Skip to main content
GET
/
bank-statements
/
{id}
/
headers
/
{header_id}
Get header by ID
curl --request GET \
  --url https://api.anycheck.ai/bank-statements/{id}/headers/{header_id} \
  --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "verification_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "file_index": 123, "name": "Transaction Date", "type": "date", "index": 0, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }

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

Path Parameters

id
string<uuid>
required

Verification ID

header_id
string<uuid>
required

Header ID

Response

Header details

A column header extracted from the bank statement OCR

id
string<uuid>
verification_id
string<uuid>
file_index
integer

Which file this header belongs to (0-based)

name
string

Column header name

Example:

"Transaction Date"

type
string

Detected data type

Example:

"date"

index
integer

Column position (0-based)

Example:

0

created_at
string<date-time>
updated_at
string<date-time>