## Inject Message **post** `/agent/tasks/{id}/messages` Injects a message into a running agent task. ### Path Parameters - `id: string` ### Body Parameters - `message: optional string` ### Returns - `status: optional string` ### Example ```http curl https://api.tzafon.ai/agent/tasks/$ID/messages \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $TZAFON_API_KEY" \ -d '{}' ```