After uploading, you can use the API to list, inspect, and download files.
GET /v1/external/admin/company/files
Supports filters like:
users (array of user IDs)
tags, search, sort_by, order, limit, skip
GET /v1/external/admin/company/files/{id}
Returns full details on a specific file — name, status, metadata, etc.
POST /v1/external/admin/company/files/{id}/processed/create-get-url
Returns a temporary (1-hour) download link for the processed file.