Skip to main content
POST
Upload Document

Overview

Uploads a single document to the loan application. Send one request per file. Accepted formats are PDF, JPEG, and PNG (max 10 MB). The file_url returned in the response is required when calling POST /v1/loans/:applicationId/board-resolution. Content-Type: multipart/form-data

Request

Method: POST
URL: /v1/loans/:applicationId/documents

Parameters

Form Fields

file_tag values:

Response

200 OK

Error Responses

Authorizations

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Path Parameters

applicationId
string
required

Body

multipart/form-data

Upload a document file.

file
file
required
file_tag
string
required
Example:

"BUSINESS_REG_DOCS"

Response

200 - application/json

Successful response

The response is of type object.