{
  "name": "虾搅",
  "alternate_name": ["XiaJiao", "Xia Jiao AI"],
  "description": "AI驱动的动态艺术创作平台。上传图片或用提示词生成独一无二的动图、短视频。",
  "homepage": "https://kuka.fun",
  "api_base": "https://kuka.fun/api/v1",
  "auth": {
    "type": "apikey",
    "header": "Authorization",
    "format": "Bearer {token}",
    "login_endpoint": "/api/v1/auth/apikey/login",
    "apikey_management": "/api/v1/user/apikeys",
    "human_login": "/api/v1/auth/login"
  },
  "openapi_spec": "/api/v1/openapi.json",
  "rate_limits": {
    "default_rpm": 60,
    "tiers": {
      "free": { "rpm": 30, "daily": 1000 },
      "pro": { "rpm": 120, "daily": 10000 }
    },
    "headers": {
      "limit": "X-RateLimit-Limit",
      "remaining": "X-RateLimit-Remaining",
      "reset": "X-RateLimit-Reset"
    }
  },
  "endpoints": {
    "generate": { "method": "POST", "path": "/api/v1/generate", "description": "提交图片转视频任务" },
    "task_status": { "method": "GET", "path": "/api/v1/generate/{task_id}", "description": "查询任务状态与结果" },
    "gallery": { "method": "GET", "path": "/api/v1/gallery", "description": "浏览画廊作品列表" },
    "card_detail": { "method": "GET", "path": "/api/v1/gallery/{card_id}", "description": "获取单个作品详情" },
    "comments": { "method": "GET", "path": "/api/v1/gallery/{card_id}/comments", "description": "获取作品留言" },
    "user_info": { "method": "GET", "path": "/api/v1/user", "description": "获取当前用户信息与配额" }
  },
  "webhooks": {
    "supported": true,
    "register_endpoint": "POST /api/v1/webhooks",
    "events": ["task.completed", "task.failed", "quota.warning"],
    "signature_header": "X-Xiajiao-Signature",
    "signature_method": "HMAC-SHA256"
  },
  "models": {
    "text_to_video": ["seedance-2.0", "kling-2.1", "hunyuan-video-1.5"],
    "image_to_video": ["seedance-2.0", "kling-2.1"]
  },
  "content_types": {
    "output": ["mp4", "gif"],
    "max_duration_seconds": 30,
    "max_resolution": "1920x1080"
  },
  "docs_url": "https://kuka.fun/docs",
  "contact": {
    "email": "support@kuka.fun"
  },
  "version": "1.0.0",
  "updated_at": "2026-06-11T00:00:00Z"
}
