Pay-per-call HR document endpoint on Base via x402 — $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/hr/documents/26` 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 `/api/v1/hr/documents/26` is listed under "Premium API Access" but its exact payload is unclear — the path suggests it returns an HR-related document (possibly a template, compliance record, or reference document identified by ID 26). The x402 challenge confirms the endpoint is live, accepting POST requests and requiring an exact payment of 20,000 base units of USDC (0.02 USD) on Base to the address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. The response MIME type is `application/json`.
The broader lowpaymentfee.com platform advertises a uniform $0.02/request pricing model across all its endpoints, with categories including analytics/metrics, AI inference (sentiment, summarization, classification, embeddings), finance/crypto data, and utility services. No OpenAPI schema or detailed documentation was found for this specific endpoint, so the exact request body format and response structure remain unknown.
Capabilities
Use cases
- —Retrieving HR-related documents or templates on demand
- —Programmatic access to compliance or reference documents
- —Agent-driven document fetching with automatic micropayment
Fit
Best for
- —Agents needing on-demand document access without API key management
- —Developers experimenting with x402 pay-per-call patterns
- —Low-volume, no-commitment access to HR data
Not for
- —Bulk document retrieval where per-request fees add up quickly
- —Use cases requiring detailed schema documentation before integration
- —Users who need non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/hr/documents/26 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI schema, no documentation for this specific resource, no example request/response, and the purpose of the HR document endpoint is only inferable from the URL path. Essentially a stub listing.
Warnings
- —No OpenAPI or detailed documentation available for this endpoint
- —Exact request body format and response schema are unknown
- —The purpose of '/api/v1/hr/documents/26' is unclear — 'HR documents' is inferred from the URL path only
- —The endpoint does not appear in the site's public API listing categories, raising questions about its intended audience
Citations
- —The endpoint returns a 402 challenge requiring 20,000 base units of USDC on Base (~$0.02)https://lowpaymentfee.com/api/v1/hr/documents/26
- —The platform charges $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/hr/documents/26