π¦ ClawHub
List Files
by @rishabhdugar
List all files uploaded by this API key. Returns URL and creation timestamp, ordered newest first.
TERMINAL
clawhub install list-filesπ About This Skill
name: list-files description: "List all files uploaded by this API key. Returns URL and creation timestamp, ordered newest first."
List Files
What It Does
Lists all files uploaded by the authenticated API key. Returns URL and creation timestamp for each file, ordered newest first.When to Use
Required Inputs
None (uses API key to identify owner).Optional Inputs
limit β max number of files (1β500, default 100)Authentication
Send your API key in theCLIENT-API-KEY header.Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
Use Cases
Example Usage
curl -X GET "https://pdfapihub.com/api/v1/file/list?limit=10" \
-H "CLIENT-API-KEY: your_api_key"