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.

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.

The document link must be a URL. If you are working with a local document, use the Upload Document endpoint described in the next section.

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?