POST /uploads; GET or DELETE /uploads/:id

Live
创建、验证、查看或删除私有素材 Upload。
在 ChatGPT 中打开
(opens in new tab)
最后核对: 2026-08-11

接口

POST /uploads; GET or DELETE /uploads/:id
创建、验证、查看或删除私有素材 Upload。 Base URL 为 https://api.modelrush.ai/v1

请求

字段:content_type and size_bytes; upload ID for reads/deletion。已认证路由发送 Authorization: Bearer $MODELRUSH_API_KEY;JSON Body 发送 Content-Type: application/json

响应

字段:upload ID, status, short-lived signed URLs, expiry。保存返回的 request 或 generation 标识。生成输出及其 Provider 文件引用会在请求完成 24 小时后从 ModelRush 数据库清除;需要长期使用的结果请及时下载。

错误

无效输入返回带结构化错误的 4xx。403adult_attestation_requiredportrait_rights_attestation_requiredperson_rights_confirmation_required 必须由账户用户处理,绝不能自动重试。429Retry-After 重试;5xx 只能用有限次数退避重试。