Skip to main content
GET
Lists the account’s own uploaded files, on the Management API host (api.scanova.io), authenticated with your raw Management API key.
string
Filter by detected file type, e.g. png.
string
Filter by usage tag, e.g. qr_logo.
string
Filter by file extension.
string
Filter by MIME type.
boolean
Filter to files that are (or aren’t) part of a bulk media batch.
Search original_name.
string
Sort by created, original_name, or file_size — prefix with - to reverse. Defaults to -created.
string
Comma-separated field allow-list to trim the response shape.
integer
Page number.
integer
Results per page, max 100.
This endpoint doesn’t reject unauthenticated calls outright — a missing or invalid API key simply scopes the query to no user, so you get an empty result set rather than a 401. Always send your key.

Authorizations

Authorization
string
header
required

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.

Query Parameters

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.

Response

200 - application/json

Paginated list of files.