Documents and Files
Documents and Files on the Platform
There are two ways to upload a document to the Corastone platform:
via upload link as part of a transaction
via form-data using a local file
In both cases, the API returns the fileId to use when associating the document with assets or investors.

Via Upload Link
To include a new document with a new subscription request (Create Asset), the uploadData property specifies the type, extension, and a link to the document location.

Via Form-Data
To upload a local document directly to the platform without a link, you can use the Upload Document endpoint. In this case, you select the local file as a form-data parameter and specify the file type as a query parameter.

Last updated
Was this helpful?