Search tools…
⌘
K
English
Workbench
AI Tools
AI Mock API
AI Mock API
New
Server-side
Generate schema-compliant mock data from your JSON or schema specs
Share Result
Copy
Generate Mock
AI
Mock
API
Loading…
Connected
Secure
ICP备案/许可证号:
蜀ICP备2026002292号-1
v1.1.0
Suggest Feature
Quick Examples:
用户列表 (GET)
创建订单 (POST)
商品详情 (GET)
GET
POST
PUT
PATCH
DELETE
Response Schema / Interface Definition
// TypeScript interface interface User { id: string; name: string; email: string; avatar: string; role: "admin" | "user"; createdAt: string; } // Response: User[]
Generate Mock API