One API routes tasks to verified guild workers — classified, annotated, judged. Structured JSON back in seconds. 100% completion guarantee.
import { OpenGuilds } from 'openguilds'
const og = new OpenGuilds(process.env.OPENGUILDS_API_KEY)
const task = await og.tasks.create({
type: 'classification',
schema: { labels: [ 'spam', 'not_spam' ] },
payload: { text: userInput },
workers: 3,
guild: 'general'
})// result
{ task_id: "tsk_8f3k2", status: "queued", estimated_ms: 8200 }
Simple integration
POST a task to the API with a schema, payload, and the number of workers you want. Any language, any runtime.
OpenGuilds matches your task to verified guild workers. Consensus logic aggregates responses automatically.
Receive structured JSON results via webhook or polling — usually within seconds, always within your SLA.
Specialised workers
Classification, labelling, data entry, and verification tasks.
Code review, bug triage, technical QA, and spec validation.
Clinical note review, ICD coding, symptom classification.
Contract review, clause tagging, jurisdiction classification.
Join hundreds of AI teams routing tasks to verified human workers. No contracts, no minimums — pay only for completed tasks.