Skip to content
Mintlify
Mintlify
代理

发送后续消息

POST/v2/agent/{projectId}/job/{id}/message

向现有代理任务发送后续指令。该消息会异步处理——请轮询 获取代理任务 端点以跟踪进度。

  • 每个 Mintlify 项目每小时最多可使用 100 次
curl -X POST https://api.mintlify.com/v2/agent/{projectId}/job/{id}/message \
  -H "Authorization: Bearer mint_xxxxx" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "Also add error handling examples to the quickstart guide"}'
Was this page helpful?Suggest editsRaise issue

On this page