HR reviews data endpoint on Base, pay-per-call via x402 with USDC at $0.02/request.
What it does
This endpoint at `/api/v1/hr/reviews/22` 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 at `/hr/reviews/22` appears to serve HR review data (likely a single review record identified by ID 22), though it is not listed among the categories shown on the provider's landing page (Data & Analytics, AI & ML, Finance & Web3, Infrastructure). The endpoint is live and returns a valid x402 challenge with `maxAmountRequired` of 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is made via the x402 "exact" scheme to a specified wallet address, and the response MIME type is `application/json`.
Documentation is minimal — the provider's site offers no OpenAPI spec, no request/response schema details, and no examples for this or any other endpoint. The `/api`, `/pricing`, and `/README` pages all resolve to a bare "Connect wallet" prompt with no additional content. Because of this, the exact request body format and response structure are unknown. Agents should be prepared to experiment with POST payloads or treat this as a simple POST-with-payment endpoint.
Capabilities
Use cases
- —Retrieving HR review records programmatically
- —Integrating employee review data into HR dashboards
- —Agent-driven data retrieval with micropayments
Fit
Best for
- —Developers needing keyless, pay-per-call access to HR review data
- —AI agents that can settle x402 payments on Base
- —Quick one-off data lookups without subscription overhead
Not for
- —Bulk HR data exports (no documented batch endpoint)
- —Users who need detailed API documentation or SDKs before integrating
- —Non-crypto payment workflows (only USDC on Base is accepted)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/hr/reviews/22 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it accepts USDC payments on Base at $0.02. However, there is no OpenAPI spec, no request/response schema, no documentation, and the /hr/reviews path is not even listed on the provider's own landing page. The actual data returned is entirely unknown.
Warnings
- —No OpenAPI or schema documentation available for any endpoint on this provider
- —The /api/v1/hr/reviews/22 path is not listed among the provider's advertised API categories — it may be a test or undocumented endpoint
- —Request body format and response structure are completely unknown
- —Provider's /pricing, /README, and /api pages contain no useful content beyond 'Connect wallet'
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/hr/reviews/22
- —The provider advertises $0.02 per request across all endpoints with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is the canonical USDC contract on Basehttps://lowpaymentfee.com/api/v1/hr/reviews/22