File Upload API

get /files/view/{id}

Download file

Base URL https://api.vseepreview.com/api_v3

Authentication: User Token — Requires a user access token from login or SSO.

Download the file content. Parameters available for authenticated access.

Note: The file view URL includes an auth_code and time parameter for secure, time-limited access.

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)
X-AccountCodeheaderstringyesAccount code (e.g. vclinic)
idpathstringyesFile ID (e.g. 57e8c9a2-5c30-4b2c-b9d0-11d6ac1f0144)
auth_codequerystringnoAuthentication code from file info response (e.g. 01f72b633c40c73a87f1bc66694ee31)
timequerystringnoTimestamp from file info response (e.g. 1677099046)
sizequerystringnoOptional resized image dimensions (WxH format, e.g. 320x240) (e.g. 320x240)

Responses

200 — File content

binary

Machine-readable: OpenAPI JSON