Process Anything Instantly

Intelligent Processing, On-Demand

Transform complex data pipelines and business workflows into simple, scalable API calls. Execute anything from ETL tasks to intricate service orchestration with ease.

Join waitlist

processing.services.do

import { Do } from '@do-sdk/core';

const processing = new Do('processing.services.do', {
  apiKey: 'your-api-key',
});

// Define and run a data enrichment workflow
const job = await processing.run({
  workflow: 'enrich-user-profile',
  payload: {
    userId: 'usr_12345',
    sources: ['clearbit', 'linkedin', 'internal_db'],
  },
  config: {
    priority: 'high',
    onComplete: 'https://myservice.com/webhook/job-done',
  }
});

console.log(`Job started with ID: ${job.id}`);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.