Send the asset, audience, intent, and checks that determine whether the work is ready.
review_type + intent + requested_checksOne API call routes your work to independent human reviewers and returns a structured publish-readiness verdict.

One product, two ways in.Build with the API or contribute your judgment.
HeyHuman keeps the human step narrow and legible: you define what matters, reviewers assess the same brief, and your workflow receives a stable answer.
Send the asset, audience, intent, and checks that determine whether the work is ready.
review_type + intent + requested_checksYour request enters the managed queue with a two-reviewer coverage policy.
coverage.policy = two_reviewersUse the decision, confidence, summary, and recommended next action in your own product logic.
decision + confidence + summaryThere is no new dashboard language to learn before you can ship. Give HeyHuman a focused creative question and keep the returned object alongside the rest of your pipeline.
POST /api/v1/reviews
{
"review_type": "publish_readiness",
"asset_url": "https://…/creative.png",
"intent": "Is the primary action clear?",
"requested_checks": ["readability", "credibility"]
}{
"status": "completed",
"result": {
"decision": "needs_revision",
"confidence": "high",
"summary": "The CTA is easy to miss."
}
}Start with one question instead of asking a reviewer to “just look it over.” Each operation returns a decision that maps cleanly to the work your team already does.
publish_readinessCheck clarity, credibility, readability, and the primary action before an asset reaches a paid or public audience.
visible_problemsTurn a vague “something feels off” into a concise set of visible issues your team can fix.
compareSend two options with the same brief and preserve the human reasoning behind the choice.
The response preserves enough structure to route the next step and enough explanation for a person to understand why.
See whether the request is awaiting coverage, in review, needs adjudication, or completed.
coverage.policytwo_reviewerscoverage.required2coverage.completed0 → 2Completed results include a decision, confidence, summary, agreement, and recommended next action.
decision: "needs_revision"
confidence: "high"
recommended_next_action: "revise"
HeyHuman reviewers focus on one creative question at a time, explain what matters, and are paid for good-faith judgment—not for saying yes.
Start with the request shape, bring your own creative pipeline, and keep the human answer in the loop.