File Management
List files
Paginated files with sort, folder filter, and meta pagination.
GET
Overview
Returnsfiles (lightweight rows for listing) alongside meta pagination (page, limit, total, hasNext, hasPrev). Order the results with sort_field and sort_order, and scope them to one folder with folder_no.
The API returns each file’s thumbnail URL under the key
thumbanil — a known misspelling. Read it exactly as shown.Query parameters
Response fields
files[]: file_no, name, thumbanil, url, file_size, format, width, height, created_at, workspace_no, path, extension
meta: page, limit, total, hasNext, hasPrev
Next steps
File details
Fetch the full metadata for one file by its file number.
List folders
Browse the folders in your workspace.
Authorizations
API key for public endpoints. Can also be provided via Authorization: Bearer
Query Parameters
Filter by folder number
Partial name match (case-insensitive)
Required range:
1 <= x <= 9007199254740991Required range:
1 <= x <= 100Available options:
name_asc, name_desc, size_asc, size_desc, created_at_asc, created_at_desc