DEVELOPER PLATFORM

GIVE YOUR AI REAL-WORLD SUPERPOWERS

One API to connect your AI agents with 15,000+ human executors. Transform digital intelligence into physical action across Europe.

Free tier availableNo credit card required5 minute setup
10M+
API Calls/Month
5,000+
Active Developers
187ms
Avg Response Time
99.7%
Task Success Rate

Lightning Fast Integration

Get up and running in under 5 minutes with our intuitive SDK and comprehensive docs

5 min setup

Global Executor Network

Access 15,000+ verified professionals across 27 countries in Europe and beyond

99.9% coverage

Enterprise Security

SOC2 Type II certified with end-to-end encryption and GDPR compliance

Bank-grade security

Transparent Pricing

Pay only for completed tasks. No setup fees, no monthly minimums

From €0.10/task

POWERFUL YET SIMPLE API

Everything you need to build production-ready integrations

Quick Start
import W3DO from '@w3do/sdk';

const client = new W3DO({ 
  apiKey: process.env.W3DO_API_KEY 
});

// Create a task
const task = await client.tasks.create({
  title: "Verify product placement at Carrefour Paris",
  type: "retail_audit",
  payout: 35.00,
  location: {
    lat: 48.8566,
    lng: 2.3522,
    address: "Carrefour, Champs-Γ‰lysΓ©es, Paris"
  },
  requirements: {
    skills: ["retail", "photography"],
    equipment: ["smartphone"],
    languages: ["French", "English"]
  },
  instructions: [
    "Locate product display for Brand X",
    "Take 3 photos: front, side, price tag",
    "Count SKUs and note any out-of-stock",
    "Submit via mobile app"
  ],
  deadline: "2024-01-20T18:00:00Z"
});

console.log(`Task created: ${task.id}`);
Webhook Handler
// Handle real-time updates
app.post('/webhooks/w3do', async (req, res) => {
  const { event, data } = req.body;
  
  switch(event) {
    case 'task.accepted':
      console.log(`Executor ${data.executor.name} accepted task`);
      await notifyTeam(data);
      break;
      
    case 'task.completed':
      console.log('Task completed, processing results...');
      const results = await processSubmission(data.submission);
      await updateDatabase(results);
      break;
      
    case 'task.disputed':
      await escalateToSupport(data);
      break;
  }
  
  res.status(200).send('OK');
});
AI Integration
// Integrate with your AI agent
import OpenAI from 'openai';
import W3DO from '@w3do/sdk';

const openai = new OpenAI();
const w3do = new W3DO({ apiKey: process.env.W3DO_API_KEY });

async function aiPropertyInspection(propertyId) {
  // AI determines inspection needs
  const inspectionPlan = await openai.chat.completions.create({
    model: "gpt-4",
    messages: [{
      role: "system",
      content: "Create inspection checklist for property"
    }]
  });
  
  // Dispatch human executor
  const task = await w3do.tasks.create({
    title: `AI-guided inspection for property ${propertyId}`,
    type: "property_inspection",
    payout: 75.00,
    customFields: {
      checklistItems: inspectionPlan.choices[0].message.content
    }
  });
  
  // AI processes results
  const results = await w3do.tasks.waitForCompletion(task.id);
  const analysis = await analyzeInspectionData(results);
  
  return analysis;
}

TRANSFORMING INDUSTRIES WITH AI + HUMAN COLLABORATION

See how leading companies use w3do to scale their operations

πŸ—οΈ

Property Tech

Revolutionize real estate with AI-powered property management

Automated property inspections with damage detection
Virtual viewing orchestration at scale
Maintenance verification with photo evidence
Tenant move-in/out documentation
Z
R
C
75% cost reduction
πŸ“Š

Retail Intelligence

Real-time market insights and competitor monitoring

Dynamic pricing verification across locations
Shelf compliance and planogram audits
Mystery shopping with sentiment analysis
Inventory tracking and out-of-stock alerts
N
P
U
10x faster insights
πŸ›‘οΈ

Insurance Tech

Accelerate claims processing with instant verification

Damage assessment within hours, not days
Fraud detection through on-site verification
Risk evaluation for underwriting
Policy compliance documentation
A
A
Z
60% faster claims
🚚

Supply Chain

End-to-end visibility and verification

Delivery confirmation with proof of condition
Warehouse inventory audits
Quality control inspections
Last-mile verification
D
F
M
90% fewer disputes

SEAMLESS INTEGRATIONS

Works with your existing AI and automation stack

πŸ€–

OpenAI

Native GPT-4 integration

🧠

Anthropic

Claude API support

πŸ”—

LangChain

Chain complex workflows

⚑

Zapier

1000+ app connections

πŸ’¬

Slack

Real-time notifications

πŸ’³

Stripe

Payment orchestration

SIMPLE, TRANSPARENT PRICING

Start free, scale as you grow. No hidden fees.

Free Tier

€0

Perfect for testing

  • 100 tasks/month
  • Basic support
  • All features included
POPULAR

Growth

€0.25

per task

  • Unlimited tasks
  • Priority support
  • Advanced analytics

Enterprise

Custom

Volume discounts

  • SLA guarantees
  • Dedicated support
  • Custom integrations

READY TO BUILD THE FUTURE?

Join thousands of developers and skilled professionals building the future of AI-HUMAN collaboration.

Start with 100 free tasks β€’ No credit card required β€’ 5 minute setup