Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tapapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

HTTP含义处理
200成功data[].url 是图片地址
400字段错error.message 修正字段
401API Key 无效检查 Authorization header
402余额不足充值
422内容审核拒改 prompt
429速率限制等几秒重试
500上游/系统错重试 1-2 次
504长任务超时(90s)拆小任务 · 或等 D60+ 异步 webhook
错误响应格式:
{
  "error": {
    "message": "...",
    "type": "new_api_error",
    "code": "invalid_request"
  }
}
本页框架占位 · 阶段二补限流分档(free/std/prem/vip RPM)+ 重试最佳实践。