/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.
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
id | path | string | yes | File ID (e.g. 57e8c9a2-5c30-4b2c-b9d0-11d6ac1f0144) | ||
auth_code | query | string | no | Authentication code from file info response (e.g. 01f72b633c40c73a87f1bc66694ee31) | ||
time | query | string | no | Timestamp from file info response (e.g. 1677099046) | ||
size | query | string | no | Optional resized image dimensions (WxH format, e.g. 320x240) (e.g. 320x240) |
200 — File contentbinary
Machine-readable: OpenAPI JSON