Obtain a signed URL to share a big file (>= 10mb)
Obtain a signed URL to share a big file (>= 10mb)
POST
/api/v1/files
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
filenamestringRequired
file_sizeintegerRequired
ttl_hoursintegerRequired
Response headers
X-Middleware-Rewritestring
Access-Control-Allow-Originstring
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Response
Accepted
file_keystring
poll_urlstring
upload_urlstring
format: "uri"metadata_headersobject
Errors
400
Bad Request Error
401
Unauthorized Error

