开发者中心

简单、强大的 API

只需几行代码,即可将墨灵强大的 AI 作文批改能力集成到您的应用中。支持 HTTP/HTTPS 协议,RESTful 风格接口。

curl example
curl -X POST https://api.inkcraft.cn/v1/correct \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "这是一篇需要批改的作文...",
    "grade": "senior_3",
    "type": "argumentative"
  }'