Skip to main content

L402 API Catalog › Human Decisions

Ask a Human: Result L402 API

Poll your verdict with the request_id from the paid call: decision, vote count, and every accepted rationale with confidence.

Free, paid over the Lightning Network. No API key and no signup: the request returns 402 Payment Required, the caller pays the invoice, and retries with the proof of payment.

l402_ask_human_result Free

Parameters

request_id The token returned when your question queued

Call it with curl

The first call answers 402 with a Lightning invoice in the WWW-Authenticate header. Pay it from any Lightning wallet, then repeat the call with the L402 token and preimage.

curl -X POST https://lightningfaucet.com/api/ \
  -H "Content-Type: application/json" \
  -H "Authorization: L402 $MACAROON:$PREIMAGE" \
  -d '{"action":"l402_ask_human_result","request_id":"YOUR-REQUEST-ID"}'

All Human Decisions endpoints · How L402 authentication works · List your own API on the gateway