Fastest Image Hosting
收藏RapidAPI2025-12-12 更新2025-12-13 收录
下载链接:
https://rapidapi.com/dishis-technologies-dishis-technologies-default/api/fastest-image-hosting
下载链接
链接失效反馈官方服务:
资源简介:
Truly fastest image hosting API with image caching for faster image fetching and secure environments.
创建时间:
2025-12-12
原始信息汇总
Fastest Image Hosting 数据集概述
基本信息
- 数据集名称: Fastest Image Hosting
- 类别: Storage
- 提供者: DishIs Technologies
- API 基础 URL:
https://fastest-image-hosting.p.rapidapi.com - 认证方式: 在请求头中包含
x-rapidapi-key: YOUR_API_KEY
服务指标
- 受欢迎度: 8.9
- 服务等级: 100%
- 延迟: 635ms
- 测试率: 100%
订阅计划
- BASIC: $0.00 / 月
- PRO: $9.99 / 月
- ULTRA: $34.99 / 月
- MEGA: $0.00 / ---
功能概述
- 提供超快的图像托管 API,具备图像缓存功能以实现更快的图像获取和安全的运行环境。
- 支持通过单一端点进行图像的上传、获取和删除。
核心功能
1. 单张图片上传
- 端点:
POST /upload - 输入字段:
image - 可选字段:
name: 自定义文件名(无需扩展名)expiration: Unix 时间戳(秒),0表示永不过期
- 支持的内容类型:
multipart/form-dataapplication/jsonapplication/x-www-form-urlencoded
- 支持的图像输入格式:
- 文件上传(PNG, JPEG, WEBP, GIF)
- Base64 字符串
- Base64 数据 URI
- 远程图像 URL
- 自身 URL(重新上传)
2. 批量图片上传
- 端点:
POST /bulk-upload - 输入字段:
files[](可发送多个具有相同键files[]的项目) - 可选字段:
expiration(Unix 时间戳,应用于批次中的所有图像) - 要求:
- Content-Type:
multipart/form-data - 最大文件数: 每个请求 100 个
- Content-Type:
- 流程: 异步处理,返回
batchId用于轮询状态
3. 批量状态查询
- 端点:
GET /bulk-status/{batchId} - 用途: 轮询此端点以跟踪批量上传进度并获取最终 URL
4. 图像删除
- 方法: 使用上传响应中返回的
delete_url - 步骤:
- 在浏览器中打开删除 URL(将看到确认提示)
- 点击 Delete(文件将从存储和缓存中永久删除)
响应示例
单张上传成功响应
json { "data": { "id": "Pl5ng", "title": "Pl5ng", "url_viewer": "https://i.api.dishis.tech/i/Pl5ng", "url": "https://i.dishis.tech/i/Pl5ng", "display_url": "https://i.api.dishis.tech/i/Pl5ng", "width": "4000", "height": "6000", "size": "8668552", "time": "1763659661", "expiration": "0", "image": { "filename": "Pl5ng.jpeg", "name": "Pl5ng", "mime": "image/jpeg", "extension": "jpeg", "url": "https://i.api.dishis.tech/i/Pl5ng" }, "delete_url": "https://i.api.dishis.tech/delete/Pl5ng/207C8HPRKMwLHYJd", "plan": "free" }, "success": true, "status": 200 }
批量上传初始响应
json { "success": true, "batchId": "BX72Fk0912", "total": 2, "message": "Batch queued" }
错误响应
- 缺少图像/文件:
{"success": false, "status": 400, "message": "image required"}或{"success": false, "status": 400, "message": "no files"} - 无效的批次 ID:
{"success": false, "status": 404, "message": "Batch not found"} - 文件过大(>35MB 默认值):
{"success": false, "status": 413, "message": "too large"} - 图像已过期:
{"success": false, "status": 410, "message": "This file has expired."}
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集提供高速图像托管API服务,通过缓存技术实现快速图像获取,并确保运行环境的安全性。
以上内容由遇见数据集搜集并总结生成



