Methods

  • POST — Upload a temporary file

Resource

{
    "error": "string",
    "hash": "uuid",
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
hash uuid

ID of the file uploaded to the storage

Optional
success boolean

Successful request flag

Optional