服务正在运行中

运行正常
最大文件大小 500 MB
可保存时间 1小时 / 24小时 / 7天
每日流量限制 20 GB / IP
API 上传 POST /api/upload

API 调用示例
cURL 示例:
curl -k -X POST "https://xiaji-temp.duckdns.org/api/upload" \   -F "file=@example.jpg" \   -F "expiry=24h"

Python requests 示例:
import requests

url = "https://xiaji-temp.duckdns.org/api/upload"
files = {'file': open('example.jpg', 'rb')}
data = {'expiry': '24h'}
resp = requests.post(url, files=files, data=data, verify=False)
print(resp.json())

本月统计
总流量 0.42 GB
访问 IP 数 7
文件上传数 5

点击或拖拽文件到此处

分享链接: