Free Sandbox

Get your sandbox key

No card. No forms. Real API, real decisions โ€” in your inbox in seconds.

Request instant access

Work email required. Personal accounts (Gmail, Outlook, etc.) are blocked.

Sandbox keys: 50 calls/day ยท 14-day expiry ยท upgrade anytime

What you get

  • โšก
    Real API, real decisions
    Same KYC triage engine as paid โ€” APPROVE / ESCALATE / REJECT with full risk score.
  • ๐Ÿ”‘
    flw_test_ key in your inbox
    No account, no dashboard. Just a bearer token and the quickstart guide.
  • ๐Ÿ“‹
    Full audit trail
    Every sandbox call is logged with a case_id โ€” same as production.
  • ๐Ÿ›ก๏ธ
    OFAC + EU + UN sanctions checks
    Hits the same lists paid customers use. No synthetic stubs.
bash
curl -X POST https://flowai-4-n41s.polsia.app/api/triage \
  -H "Content-Type: application/json" \
  -H "X-FlowAI-Key: flw_test_YOUR_KEY" \
  -d '{
    "applicant_name": "Jane Doe",
    "applicant_email": "jane@example.com",
    "nationality": "US",
    "address_country": "US",
    "id_document": "aW1hZ2VkYXRhc3R1Yg=="
  }'
Sandbox limits
  • 50 triage calls per day
  • Expires after 14 days
  • 1 key per email address
  • Upgrade to production for no limits + webhook support