Sends a follow-up message to a task for multi-turn conversation. Use this after task.create to continue talking, or to reply when waiting_for_event_type is messageAskUser. For other waiting types, use task.confirmAction instead.
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for direct authentication. Provide either this or Authorization, not both. See Authentication.
The unique identifier of the task to send the message to. Supports the shortcut agent-default-main_task for the IM agent's main task.
The follow-up message. Supports the same content formats as task.create (plain text or multi-part with files).
Agent profile to use for this turn. "manus-1.6" — standard capability. "manus-1.6-lite" — lightweight, faster responses. "manus-1.6-max" — maximum capability. Omit (or pass empty string) to keep the task's current profile; this endpoint does not default to manus-1.6 like task.create does. Free personal accounts are downgraded to manus-1.6-lite regardless of the requested value.
manus-1.6, manus-1.6-lite, manus-1.6-max JSON Schema for structured output extraction. Arms the schema for the next time this task finishes (stop_reason: finish). Sending a new schema replaces any previous one. Omitting this field leaves the current schema state unchanged — it does not clear an armed schema. See the Structured Output guide.