cURL
curl --request POST \ --url https://api.bankstmtconverter.com/sync \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file=https://example.com/sample.pdf \ --form page_num=1 \ --form 'password=<string>'
{ "url": "<string>", "doc_id": "<string>" }
Convert a bank statement PDF synchronously.
Enter your API Bearer token
URL of the bank statement file to be converted (PDF). Required
"https://example.com/sample.pdf"
Number of pages to be processed. Optional (defaults to 1).
x >= 1
Password if the PDF is protected. Optional
Conversion successful.
Presigned URL to download the converted file.
Document ID for the converted file.