cURL
curl --request POST \ --url https://capy.ai/api/v1/tasks/{taskId}/message \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>", "attachmentUrls": [ "<string>" ] } '
{ "id": "<string>", "status": "<string>" }
Send a follow-up message to a task.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Task identifier. Accepts both UUID and PREFIX-NNN formats.
1
Success
"sent"
Was this page helpful?