Create file upload signed URL
Files
Create file upload signed URL
Returns a short-lived pre-signed S3 URL the client must PUT the file body to. Once the upload is complete, pass the returned key to the endpoint that consumes it (e.g. POST /contracts/{id}/versions).
POST
Create file upload signed URL
Authorizations
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
Body
application/json
MIME content type of the file to upload.
Example:
"application/pdf"
Response
Pre-signed upload URL created successfully