Skip to content
Mintlify
Mintlify
Agent

Send follow-up message

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

Send a follow-up instruction to an existing agent job. The agent processes the message asynchronously. Poll the get agent job endpoint to track progress.

Rate limits

  • 100 uses per Mintlify project per hour

Usage

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