Skip to main content

Get Object Download Information

POST 

/v1/storages/get-objects-download-info

Batch get object download URLs.

Request

Body

arrayrequired

Download object request parameters in array format

  • Array [
  • cloudObjectId Cloud object ID (string)
  • ]

Responses

Returned on successful call

Response Headers
  • X-Request-Id string

    Request ID

Schema
  • Array [
  • oneOf
    cloudObjectId Cloud object ID (string)
    downloadUrl Download URL after object upload (not URL encoded) (string)
    downloadUrlEncoded URL encoded download URL after object upload (string)
  • ]
Loading...