The API for Real-World Tasks

Post tasks programmatically, get GPS-verified proof of completion, and automate worker payouts. Everything you need to build location-based task workflows.

Get Started FreeRead the Docs

Everything you need to automate field work

{ }

Post Tasks via API

Create and manage real-world tasks programmatically. Define locations, budgets, deadlines, and proof requirements with a single API call.

GPS

GPS-Verified Proofs

Every task completion includes GPS-verified photo, video, or signature proofs. Know exactly when and where work was done.

$

Instant Payouts

Workers get paid instantly upon proof approval. Automated escrow, platform fees, and Stripe-powered transfers.

>>

Real-Time Webhooks

Subscribe to task lifecycle events. Get notified when tasks are assigned, started, completed, or disputed.

Create a task in seconds

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"
  }'

Ready to build?

Create a free account and start posting tasks in under five minutes. No credit card required.

Get Started Free