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.

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 autonomous runs, and read reports 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":5310,"payPerTesterCents":1500,"testerCount":3,"submissionMode":"photo","periodCapCents":21240}'