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 GET \ --url https://api.humcli.com/api/v1/operator/tasks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "task_id": "<string>", "title": "<string>", "description": "<string>", "location": { "lat": 123, "lng": 123, "address": "<string>" }, "reward_usd": 123, "deadline": "<string>", "proof_requirements": [ "<string>" ], "created_at": "<string>" } ], "pagination": { "limit": 123, "offset": 123, "total": 123 } }
Browse and filter available tasks for operators to accept.
Clerk JWT for operator endpoints.
Available tasks
Show child attributes