# Proxy Health 通过 backendUrl 转发到真实服务的付费代理示例。 This is a paid API service exposed by Server402 for AI agents, MCP clients, OpenAPI importers, and applications. Call the endpoint once without payment to receive HTTP 402 payment instructions, complete payment, then retry with the returned payment token or x402 signature. ## Invocation - Service ID: `proxy-health` - Canonical service ID: `proxy-health` - Method: `GET` - Endpoint: `https://aivps.lat/api/tools/proxy-health` - Service page: https://aivps.lat/services/proxy-health - OpenAPI: https://aivps.lat/openapi.json - Catalog search: https://aivps.lat/api/catalog/search?q=proxy-health - MCP endpoint: https://aivps.lat/mcp - MCP tool: `proxy_health` ## Pricing And Payment - Price: USD 0.03 - Billing mode: `per_call` - Max calls per payment: `1` - Payment provider: `x402_facilitator` - Payment flow: call without payment, receive `402 Payment Required`, pay, then retry with `X-Payment-Token` or `PAYMENT-SIGNATURE`. - Payment hint: Create a payment with POST /api/payments using serviceId="proxy-health", then pass the returned token in X-Payment-Token or MCP paymentToken. ## Use Cases - Use this service when the task matches the description and input schema. ## Keywords ## Input Schema ```json { "type": "object" } ``` ## Output Schema ```json { "type": "object" } ``` ## Example Request ```json null ``` ## Example Response ```json null ```