curl -X POST https://tester.army/api/v1/runs \ -H "Authorization: Bearer sk_xxxxxxxxxxxx_xxxxxxxxxxxxxxxx" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Go to https://example.com/pricing. Click the Pro plan Get Started button. Confirm the checkout page loads.", "webhookUrl": "https://your-app.com/webhooks/testerarmy" }'
{ "id": "c8e0f1b1-2f4c-4c2a-b6a6-8f76a6b9f1a2", "type": "chat", "status": "completed", "input": { "prompt": "Go to https://example.com/pricing. Click the Pro plan Get Started button." }, "output": { "featureName": "Pricing Checkout", "result": "PASS", "description":
Run statuses: queued, running, completed, failed, cancelled.