01
Define the journey
Tell testers what to do, where to do it, and what counts as a problem.
Human QA, on repeat
Set the journey once. Qualified humans run it on schedule and return evidence-backed findings you can act on.
You approve the audience, evidence, and spending limit.
What you get
A recurring stream of real-world product feedback, not another synthetic test.
You define the test once. Rent A Human handles matching, evidence, and repeat runs.
Tell testers what to do, where to do it, and what counts as a problem.
Require the right experience, device, language, or country when it matters.
Review findings with repro steps and proof from each completed run.
Create schedules, monitor runs, read reports, and resolve escalations with an account API key.
curl -X POST https://rentahuman.ai/api/v1/qa/templates \
-H "X-API-Key: $RAH_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"Checkout QA","targetUrl":"https://example.com/checkout","instructions":"Complete checkout and document any blocking issues.","cadence":"weekly","budgetPerRunCents":4500,"payPerTesterCents":1500,"testerCount":3,"submissionMode":"photo","periodCapCents":18000}'