cURL
curl --request POST \ --url https://api.agentixx.io/api/conversations/{id}/handoff/resolve \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data '{}'
{ "ok": true }
Resume automation after a human handoff.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Resolve a handoff and resume automation
Handoff resolved