Files API
Upload Files
Generate a pre-signed URL for file upload to S3
POST
Call this endpoint to get a signed URL which you can use to upload files to the system. You will receive a key along with the signed URL.
After you have uploaded the file, you need to create a record of it using the Create File endpoint.
Use the key you received in the response to create the file record.
Authorizations
Your duohub API key. Type: str
Body
application/json
Name of the file to upload