Skip to main content

Obtain Object Download Information

POST 

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

Batch obtain object download URLs.

Request

Body

arrayrequired

Download object request parameters, array format

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

Responses

Returned on success

Response Headers
  • X-Request-Id string

    Request ID

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