Skip to main content

FILE.INFO

POST 

To get a file info including the URL and its metadata

Request

Body

    action stringrequired

    Default value: file.info

    The action

    _key stringrequired

    The file _key

    signed_ttl integer

    To grant limited access for private file. Time in seconds. Max time: 604800

Responses

File INFO Response

Schema
    data object
    _key string
    url string
    filename string
    filesize string
    fileclass string
    object_key string
    info object
    acl string
    content_type string
    image_variants object
Loading...