Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.humcli.com/api/v1/operator/register \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "jsmith@example.com", "phone": "<string>", "skills": [] } '
{ "operator_id": "<string>", "name": "<string>" }
Register a new human operator. In development mode, KYC is auto-approved.
1 - 200
Show child attributes
Operator registered
PENDING
APPROVED
REJECTED