Skip to main content
GET
管理 API 主机 (api.scanova.io) 上列出账户自己上传的文件,使用您的原始管理 API 密钥进行身份验证。
string
按检测到的文件类型筛选,例如 png
string
按用途标记筛选,例如 qr_logo
string
按文件扩展名筛选。
string
按 MIME 类型筛选。
boolean
筛选(不)属于批量媒体批次的文件。
original_name 中搜索。
string
createdoriginal_namefile_size 排序 —— 前缀 - 表示降序。默认值为 -created
string
以逗号分隔的允许字段列表,用于精简响应形状。
integer
页码。
integer
每页结果数,最多 100。
此端点不会直接拒绝未经身份验证的调用 —— 缺失或无效的 API 密钥只会将查询限制为不属于任何用户,因此您得到的是空结果集而不是 401。请始终发送您的密钥。

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

查询参数

file_type
string
in_use
string
extension
string
mime_type
string
is_bulk
boolean
ordering
string

e.g. -created, original_name, file_size.

fields
string

Comma-separated field allow-list for the response.

page
integer
page_size
integer

Max 100.

响应

200 - application/json

Paginated list of files.