Methods

  • POST — Bulk retrieval of file download links

Resource

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

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
items[] array

List of file download links

Optional
items[].error string

Error that occurred while generating the link.
If generation finished successfully, the field is absent

Optional
items[].hash string

File body ID

Optional
items[].link string

File download link
If an error occurs during link generation, the field can be absent

Optional
success boolean

Successful request flag

Optional