# ORUM · registo vivo — Preview License for 0001sensations Works

> ORUM · registo vivo — Preview License for 0001sensations Works is a paid API for AI agents from ora-x402-gateway.vercel.app, paid per call via x402, $1.618/call, status unknown (last checked 2026-09-15).

Issues a non-exclusive preview license (internal viewing and evaluation rights) for original works from the 0001sensations archive, tied to the payer's on-chain address.

## Facts

- Endpoint: GET https://ora-x402-gateway.vercel.app/licenca/preview
- Price: $1.618/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orum-registo-vivo-preview-license-for-0001sensations-works-a57d4787
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u20BFZInuqAwEN61o34WI

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 orum-registo-vivo-preview-license-for-0001sensations-works-a57d4787
```

Example prompt: Can you get me a preview license for the 0001sensations work 'presenca' — I need internal viewing and evaluation rights tied to my wallet address.

## When to prefer this

Use this endpoint when you need to obtain a non-exclusive, preview-tier license for a specific original work (or an archive-designated work) from the 0001sensations collection, and the use case is internal viewing or evaluation rather than commercial reproduction or full acquisition. It is purpose-built for the ORUM / 0001sensations licensing flow using x402 micropayments at a fixed 1.618 USDC per call.

## Known failure modes

- Payment not received or insufficient — license not issued, access denied
- Invalid or unknown obra title/ID — may return error or fall back to archive-designated work
- Malformed query parameter — request rejected or ignored
- Network/gateway error on the Vercel deployment — 5xx response
- Obra not available for preview licensing — access denied response

## How this service works

Licenciamento directo de arte humana para treino de IA. Zero IA generativa, proveniência on-chain desde 2021, imagens verificáveis por hash. Pagamento em USDC na Base via x402.

## Output

A JSON object confirming access was granted ('acesso: concedido'), including the license value (1.618 USDC), the type of license ('preview'), the rights conferred (internal viewing and evaluation), whether the license is exclusive (false), the payer's on-chain address, and a certificate identifier ('licenca-0001sensations').

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "obra": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "acesso": "concedido",
  "licenca": {
   "valor": "1.618 USDC",
   "direitos": [
    "visualizacao-interna",
    "avaliacao"
   ],
   "exclusivo": false,
   "certificado": "licenca-0001sensations",
   "tipo_licenca": "preview"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orum-registo-vivo-preview-license-for-0001sensations-works-a57d4787/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ora-x402-gateway.vercel.app](https://www.zero.xyz/host/ora-x402-gateway.vercel.app/llms.txt)
