Endpoint Examples
Get Sign URL
Generate a signed URL for file upload. Use the sign_url
obtained here to upload your file.
POST
/
open
/
upload
/
sign
Authorizations
x-api-key
string
headerrequiredBody
application/json
filetype
string
requiredfilename
string
requireduse_to
string
requiredResponse
200 - application/json
sign_url
string
Use the sign_url to upload your file with a PUT request, including the file data in the request body. This is a direct upload to the signed URL.
full_path
string
URL after file upload
key
string
Relative path after file upload