Skip to main content
POST
Convert Bank Statement (Async)

Authorizations

Authorization
string
header
required

Enter your API Bearer token

Body

multipart/form-data
file
string
required

URL of the bank statement file to be converted (PDF). Required

Example:

"https://example.com/sample.pdf"

webhook_url
string
required

URL to receive webhook notification after processing. Required

Example:

"https://webhook.site/xxxx"

page_num
integer
default:1

Number of pages to be processed. Optional (defaults to 1).

Required range: x >= 1
password
string | null

Password if the PDF is protected. Optional

Response

Conversion initiated successfully.