Skip to main content

Retrieve file

GET 

/api/file/by-url

Retrieve user uploaded file by passing in the url.

Request

Query Parameters

    url stringrequired

Responses

File object matching url.

Schema

    userId string

    Id of the owner

    fileUrl string

    URL of the file

    dateUploaded string

    The timestamp of upload

Loading...