Skip to main content
POST
/
status
Check Conversion Status
curl --request POST \
  --url https://api.bankstmtconverter.com/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form doc_id=c1fb3cb2ecb646deb50a54896ba05c59
{
  "doc_id": "c1fb3cb2ecb646deb50a54896ba05c59",
  "status": "COMPLETED",
  "url": "https://bankstmtconverter/Api/20260124115055271638.xlsx?X-Amz-Algorithm=AW-HMAC-SHA25588&..."
}

Authorizations

Authorization
string
header
required

Enter your API Bearer token

Body

multipart/form-data
doc_id
string
required

Document ID returned from the conversion request. Required

Example:

"c1fb3cb2ecb646deb50a54896ba05c59"

Response

Status retrieved successfully.

doc_id
string

Document ID of the conversion.

Example:

"c1fb3cb2ecb646deb50a54896ba05c59"

status
enum<string>

Current status of the conversion.

Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED
Example:

"COMPLETED"

url
string

Conversion file url

Example:

"https://bankstmtconverter/Api/20260124115055271638.xlsx?X-Amz-Algorithm=AW-HMAC-SHA25588&..."