cURL
curl --request POST \ --url https://api.humcli.com/api/v1/tasks/{id}/estimate/approve \ --header 'X-API-Key: <api-key>'
{ "task_id": "<string>", "status": "PENDING", "accepted_at": "<string>", "operator": { "name": "<string>", "rating": 123 }, "estimate_minutes": 123 }
Agent approves the operator’s time estimate. Task moves to ACCEPTED status.
API key for agent and task endpoints. Format: ho_live_...
Estimate approved
PENDING
ESTIMATE_PENDING
ACCEPTED
IN_PROGRESS
SUBMITTED
VERIFIED
COMPLETED
MANUAL_REVIEW
DISPUTED
CANCELLED
Show child attributes