# oc-person-c.nvprotas.name Hello Endpoint

> oc-person-c.nvprotas.name Hello Endpoint is a paid API for AI agents from oc-person-c.nvprotas.name, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a simple greeting message and a current timestamp via a GET request.

## Facts

- Endpoint: GET https://oc-person-c.nvprotas.name/hello-seller/hello
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oc-person-c-nvprotas-name-hello-endpoint-7a147a93
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ltvKQed5iH2SZVSJ-e_hk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability oc-person-c-nvprotas-name-hello-endpoint-7a147a93
```

Example prompt: Can you hit that Ratatouille demo hello endpoint and get back the greeting and timestamp it returns?

## When to prefer this

Use this endpoint when you need to test x402 micropayment API connectivity, verify a demo hello-world service is live, or validate that a paid GET request flow works end-to-end. Not suitable for production data retrieval or any real business logic.

## Known failure modes

- Service unavailable if the demo server is down (5xx error)
- Payment failure if insufficient USDC balance for x402 protocol
- Network timeout if the endpoint is unreachable
- Unexpected response format if the demo service changes its output schema

## How this service works

Ratatouille demo hello world: returns a greeting and a timestamp.

## Output

A greeting string (e.g. 'Hello, World!') and a current server timestamp, returned as a JSON object from the demo endpoint.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oc-person-c-nvprotas-name-hello-endpoint-7a147a93/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oc-person-c.nvprotas.name](https://www.zero.xyz/host/oc-person-c.nvprotas.name/llms.txt)
