curl --request POST \
--url https://{base_url}/v1/customers/upload \
--header 'Authorization: <authorization>' \
--header 'Content-Type: multipart/form-data' \
--form 'data={
"customer_id": "<string>",
"files": "<string>"
}'{
"data": {
"files": [
{
"file1": "uri"
},
{
"file2": "uri"
},
{
"file3": "uri"
}
]
}
}Upload customer documents using multipart/form-data. Files can be uploaded with arbitrary field names (e.g., poa, poi, passport, file1, etc.)
curl --request POST \
--url https://{base_url}/v1/customers/upload \
--header 'Authorization: <authorization>' \
--header 'Content-Type: multipart/form-data' \
--form 'data={
"customer_id": "<string>",
"files": "<string>"
}'{
"data": {
"files": [
{
"file1": "uri"
},
{
"file2": "uri"
},
{
"file3": "uri"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
PDFJPG / JPEGPNGpassport, poa, poi, file1, document1, etc.).
The field name you use will be returned as the key in the response.