Portfolio Files
Create a Portfolio File Upload Request
Create a presigned S3 POST upload request for a portfolio file upload.
File uploads use a three-step flow:
- Create an upload request to receive a temporary S3 upload URL and required POST parameters.
- Upload the file directly to S3 with a multipart/form-data POST. Include every key/value pair from fields as form parameters, followed by the file as the file part.
- Finalize the upload by creating a portfolio file with upload_request_id.
Upload requests expire after 15 minutes and can only be finalized once.
post/portfolio_file_upload_requests
Request body
Response
Upload request successfully created
Changes
No recorded changes to this endpoint across all 1 revision of this API.