Skip to main content
Version: 202607

Get file

GET 

/openapi/2026-07/file/detail/:file_uri

Get details of a specific file.

Request

Path Parameters

    file_uri stringrequired

    The unique identifier of the file

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    file object

    The file information

    upload_linkstring

    Upload file link

    file_uristring

    File uri

    folderstring

    Folder

    sizeint32

    File size

    typestring

    File type

    origin_linkstring

    Origin link

    descstring

    File description

    aspect_ratiostring

    File aspect ratio

    widthint32

    File width

    heightint32

    File height

    created_atstring

    Time of creation

    updated_atstring

    Time of update