Uploads
Get upload properties for a file
Get upload properties for a file a client wish to upload on TextMaster. Theses properties can then be used to make the HTTP request on the storage provider with the file sent as HTTP form data.
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Available scopes:
- : Allow read & write access to My Authors
- : Allow read access to My Authors
- : Allow write access to My Authors
Body
file_namestringRequired
File name for the uploaded file
hashed_payloadstringRequired
SHA256 digest of the file content
Responses
200
File Uploaded
application/json
post
/v1/clients/upload_properties200
File Uploaded
Code samples
This sample Ruby code requires the excon gem to be installed.
Last updated
Was this helpful?