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.
OAuth: This endpoint requires the default public
scope.
Get Upload Properties
POSThttps://api.textmaster.com/v1/clients/upload_properties
Authorization
Body
File name for the uploaded file
file_name*string
File name for the uploaded file
hashed_payload*string
SHA256 digest of the file content
Response
File Uploaded
Body
url*string
headers*object
Request
Response
Code samples
Last updated