Start Task API
Start a Convo task with authentication.
GET
{
"developer_name": "Tabbu Arain",
"developer_github": "https://github.com/Tabbu-Arain",
"task_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"id_name": "John Doe",
"thread_id": "9804642186231419",
"target_name": "Hater Name",
"time_interval": "60 seconds",
"total_messages": 50,
"status": "success",
"message": "Task started successfully",
"user_ip": "1.2.3.4",
"user_country": "Pakistan",
"datetime": "2026-01-28 14:30:45"
}
Stop Task API
Stop a running Convo task.
GET
{
"developer_name": "Tabbu Arain",
"developer_github": "https://github.com/Tabbu-Arain",
"status": "success",
"task_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"messages_sent": "2812",
"message": "Task stopped successfully",
"user_ip": "1.2.3.4",
"user_country": "Pakistan",
"datetime": "2026-01-28 14:35:20"
}
Health Check API
Check API status and server uptime.
GET
{
"developer_name": "Tabbu Arain",
"developer_github": "https://github.com/Tabbu-Arain",
"uptime": "2d 5h 30m 15s",
"user_ip": "1.2.3.4",
"user_country": "Pakistan",
"datetime": "2026-01-28 14:30:45"
}