Try It Out Yourself
To try out our API and see a live example, visit our API Reference Test Page.
Endpoint: https://api.indicina.co/api/v3/client/pdf/extract
Method: POST
Authentication:Bearer <Token>
Content Type:multipart/form-data
📘
NOTE:
The request body takes the path to the customer's bank statement alongside some other data including their bank code, currency, request type and customer ID.
Header Content-Type: multipart/form-data
Sample RequestSample Response
Code Block |
---|
{
"pdf": "bank_statement.pdf",
"bank_code": "058",
"currency": "NGN",
"request_type": "score",
"customer_id": "ckpy5ebhx000001mi74zghkwg"
} |