Pay-per-call HR reviews endpoint on Base via x402 — $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/hr/reviews/27` is part of the lowpaymentfee.com platform, a collection of x402-enabled APIs spanning data analytics, AI/ML, finance, infrastructure, and more. Each endpoint charges $0.02 per request, settled in USDC on the Base network, with no API keys, rate limits, or subscriptions required.
The specific resource `/api/v1/hr/reviews/27` appears to serve HR-related review data (likely a single review record identified by ID 27), though it is not listed among the categories on the provider's landing page. The x402 challenge confirms it is live, accepting POST requests and returning `application/json`. Payment is 20,000 base units of USDC (6 decimals) = $0.02, sent to `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base.
Documentation is minimal — the landing page describes the platform's pricing model and lists other endpoints, but provides no schema details, example payloads, or response formats for this or any endpoint. The `/api`, `/pricing`, and `/README` pages all resolve to a "Connect wallet" prompt with no additional content. Because of this, the exact request body format and response structure are unknown.
Capabilities
Use cases
- —Retrieving HR review data for a specific review record
- —Integrating employee review information into HR dashboards
- —Agent-driven on-demand access to HR review records without subscription
Fit
Best for
- —Agents needing one-off HR review lookups without API key management
- —Developers prototyping with pay-per-call data endpoints on Base
- —Scenarios where zero-commitment, no-subscription access to HR data is preferred
Not for
- —Bulk retrieval of large HR datasets (no documented batch endpoint)
- —Use cases requiring detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/hr/reviews/27 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, and this specific HR reviews path is not even listed on the provider's own landing page. Effectively a stub with verified liveness.
Warnings
- —This specific endpoint (/api/v1/hr/reviews/27) is not listed among the provider's advertised APIs on the landing page.
- —No request body schema or response schema is documented anywhere.
- —All non-root pages (/api, /pricing, /README) return only a 'Connect wallet' prompt with no useful content.
- —The purpose and data returned by 'hr/reviews/27' is inferred from the URL path only — no authoritative description exists.
Citations
- —The platform charges $0.02 per request with no API keys, rate limits, or minimums.https://lowpaymentfee.com
- —Payment is in USDC on the Base network.https://lowpaymentfee.com
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base.https://lowpaymentfee.com/api/v1/hr/reviews/27