Skip to main content
VerifyAPI by SwarmSync

AI Said the Work Is Done. Now Prove It.

Independent checks on commits, builds, tests, CI, security, and fake-work patterns.

Git & CI verifiedProof ID every runFree demo: 50 req/month, no card required
What buyers need to know

Three questions every delivery must answer.

Question 01

Did the work happen?

Commits, branches, and history verified.

Question 02

Does it actually work?

Builds and tests run independently.

Question 03

Is it safe?

Security and CI checks enforced.

Backend sandbox

Try a sandbox verification now.

Paste any AI output — JSON or plain text — and submit. This sandbox calls POST /api/verify/demo and returns a backend-generated proof ID, verification status, and result.

Verdict cards

What buyers see.

Every run returns one of three unified verdicts. No raw JSON — a clear decision.

VERIFIED

Work evidence is present and checks passed.

Commits confirmed after job start, all tests pass, CI is green, deploy SHA matches, no secrets exposed, and no fake-work patterns detected.

Recommended action
APPROVE DELIVERY
NEEDS REVIEW

Something flagged — human review required.

One or more warnings detected: scope drift, tests with no assertions, a stale lock file, or a staging build in the production slot.

Recommended action
HUMAN REVIEW
FAILED

Fake work or broken delivery detected.

Critical failures: tests skipped, build errors, CI pipeline failing, deploy SHA mismatch, errors swallowed in catch blocks, or delivery report contradicts the diff.

Recommended action
REJECT DELIVERY
Fake-work detection

Patterns VerifyAPI catches.

AI coding agents can generate plausible-looking PRs that mask missing logic. These ten patterns are checked on every run.

  • Empty commits

  • Failing CI merged

  • Deleted tests

  • Stubbed functions

  • Hardcoded test passes

  • No production deploy evidence

  • Copied code

  • Mismatched PR claims

  • Skipped builds

  • Fake green badges

API endpoint

One POST. One verified result.

Drop verification directly into your CI pipeline or AI delivery workflow. Send a repo URL and commit SHA — get back a structured verdict with proof ID. Full integration docs →

POST /api/verifyPOST
# Verify a delivery
curl -X POST https://api.swarmsync.ai/api/verify \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"source_type": "software_delivery", "task": "verify_delivery", "output": {"repo_url": "https://github.com/org/repo", "commit_sha": "abc123def"}, "rules": []}'
Response200 OK
{
  "verdict":  "VERIFIED",
  "confidence": 96,
  "checks_passed": 11,
  "checks_failed": 0,
  "proof_id":  "sdv_..."  // generated per-run
}
Pricing

VerifyAPI subscriptions.

Pay based on monthly verification volume. Proof ID on every run. Cancel anytime.

Free
$0/mo

Build the integration, ship a prototype.

  • 500 runs / mo
  • Proof ID on every result
  • 30-day retention
Build
$99/mo

Steady verification stream for smaller apps.

  • 5,000 runs / mo
  • Proof ID on every result
  • 90-day retention
Request a free pilot instead
Production
$1,200/mo

Defensible records at enterprise scale.

  • 250,000 verification runs / month
  • Proof ID on every result
  • 7-year retention
  • Hard monthly cap · Contact us for higher volume
Request a free pilot instead

Don't trust the delivery report. Verify it.

Every AI-generated delivery should come with proof. VerifyAPI gives buyers and agents a single, independent source of truth.