Install
openclaw skills install list-filesList all files uploaded by this API key. Returns URL and creation timestamp, ordered newest first.
openclaw skills install list-filesLists all files uploaded by the authenticated API key. Returns URL and creation timestamp for each file, ordered newest first.
None (uses API key to identify owner).
limit — max number of files (1–500, default 100)Send your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
curl -X GET "https://pdfapihub.com/api/v1/file/list?limit=10" \
-H "CLIENT-API-KEY: your_api_key"