PDF Encryption API
收藏RapidAPI2026-01-06 更新2026-01-06 收录
下载链接:
https://rapidapi.com/nidhibusinessinfotech/api/pdf-encryption-api
下载链接
链接失效反馈官方服务:
资源简介:
Encrypt PDFs with a single API call.
创建时间:
2026-01-06
原始信息汇总
PDF Encryption API 数据集概述
基本信息
- API名称: PDF Encryption API
- 提供商: your-utility-apis
- 所属类别: Business Software
- 当前版本: v1
- 订阅者数量: 3
- 流行度评分: 9.1
- 服务等级: 100%
- 延迟: 2466ms
- 测试通过率: 100%
功能描述
该API用于加密PDF文件。用户通过API以表单数据形式发送PDF文件及必要数据,API返回更新后的文件。后端在返回更新后的PDF文件后会立即删除接收到的文件,以确保用户数据安全。目前PDF上传大小限制为10MB。
注意:请避免在文件名中使用空格,这可能导致下载问题。此问题将在下一版本中从后端解决。
定价计划
- BASIC: $15.00 / 月
- PRO: $25.00 / 月
- ULTRA: $35.00 / 月
端点与调用示例
-
方法: POST
-
cURL示例: bash curl -OJ --location https://pdf-encryption-api.p.rapidapi.com/api/encrypt-pdf- --header X-RapidAPI-Host: pdf-encryption-api.p.rapidapi.com --header X-RapidAPI-Key: <API-key> --form file=@"<Absolute-Filepath>" --form password="<pdf-password>"
(需将
<>替换为对应的值)
响应格式
- 成功响应: 直接返回加密后的PDF文件。
- Content-Type: application/pdf
- Content-Disposition: attachment; filename="sample_encrypted.pdf"
- 错误响应示例: json { "status": "error", "status_code": 500, "message": "Internal Server Error", "data": null }
重要说明
由于RapidAPI在请求中正确发送文件和接收文件响应方面存在限制,RapidAPI提及的curl命令可能无法工作。因此,请使用上述API进行测试和集成。



