Methods

  • POST — Bulk upload of files and links

Resource

{
    "error": "string",
    "items": [
        {
            "error": "string",
            "hash": "string"
        }
    ],
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
items[] array

List of IDs of uploaded files

Optional
items[].error string

Error while uploading the file.
If no error occurs, the field is absent

Optional
items[].hash string

File body ID
Can be ascent if upload failed

Optional
success boolean

Successful request flag

Optional