← 返回
未分类 Key 中文

List Files

List all files uploaded by this API key. Returns URL and creation timestamp, ordered newest first.
列出使用此 API 密钥上传的所有文件。返回 URL 和创建时间,按最新优先排序。
rishabhdugar rishabhdugar 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 320
下载
💾 2
安装
1
版本
#latest

概述

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

  • View all files you've uploaded
  • Find a specific file URL for further processing
  • Check upload history

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 the CLIENT-API-KEY header.

Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.

Use Cases

  • File Management Dashboard — Display all uploaded files in a management UI
  • Audit Trail — Review recently uploaded files for auditing purposes
  • Pipeline Monitoring — Check which files have been processed in an automated workflow
  • Cleanup Planning — Review uploaded files before batch deletion

Example Usage

curl -X GET "https://pdfapihub.com/api/v1/file/list?limit=10" \
  -H "CLIENT-API-KEY: your_api_key"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,347
office-efficiency

Document to PDF

rishabhdugar
通过PDFAPIHub云API将office文档(DOCX、DOC、PPT、PPTX、XLS、XLSX、CSV、TXT、ODT、RTF)转换为PDF,文档上传至pdfapihub.com完成转换。
★ 0 📥 923
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 687 📥 331,640