Post tasks programmatically, get GPS-verified proof of completion, and automate worker payouts. Everything you need to build location-based task workflows.
Create and manage real-world tasks programmatically. Define locations, budgets, deadlines, and proof requirements with a single API call.
Every task completion includes GPS-verified photo, video, or signature proofs. Know exactly when and where work was done.
Workers get paid instantly upon proof approval. Automated escrow, platform fees, and Stripe-powered transfers.
Subscribe to task lifecycle events. Get notified when tasks are assigned, started, completed, or disputed.
A single API call is all it takes to post a task to the WorkFunder network.
curl -X POST https://api.workfunder.com/v1/tasks \
-H "Authorization: Bearer wf_live_abc123..." \
-H "Content-Type: application/json" \
-d '{
"title": "Photograph storefront at 123 Main St",
"category": "photography",
"location": {
"address": "123 Main St",
"city": "San Francisco",
"state": "CA",
"latitude": 37.7749,
"longitude": -122.4194
},
"budget_cents": 2500,
"proof_types": ["photo"],
"deadline": "2026-03-01T00:00:00Z"
}'Create a free account and start posting tasks in under five minutes. No credit card required.
Get Started Free