post
https://sandbox.finmid.com/api/v1/capital/businesses//kyb-document-uploads
Create a document upload to provide Know Your Business (KYB) files for a business. This is a two-step flow:
- Create Upload (this endpoint): Provide file metadata and receive a temporary
upload_url. - PUT File: Upload the raw binary file contents to the returned
upload_urlwith theContent-Typeheader matchingfile_type.
A maximum of 25 documents per business can be uploaded.
Uploading a file the business already holds — same file_name and file_size — is answered with
409 document_already_exists and the id of the document it is stored under. The file is kept as uploaded
the first time and does not count against the limit again, so a repeated upload is safe to ignore.
Example:
curl -X PUT \
-H "Content-Type: $file_type" \
--upload-file ./path/to/$file_name \
"$upload_url"Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Missing or invalid API key. Could not authenticate API request.
