跳到主要内容

Get file download link asynchronously

GET 

{baseUrl}/api/2.0/files/file/:fileId/presigned

Returns a link to download a file with the ID specified in the request asynchronously.

Request

Path Parameters

    fileId int32required

    File ID

Responses

File download link

Schema
    filetypestringnullable

    File type

    Example: some text
    tokenstringnullable

    Token

    Example: some text
    urlurinullable

    Url

    Example: some text

Authorization: asc_auth_key

name: asc_auth_keytype: apiKeyscopes: read,writein: cookie
curl -L '/api/2.0/files/file/:fileId/presigned' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!