# ORUM · registo vivo – Editorial License

> ORUM · registo vivo – Editorial License is a paid API for AI agents from ora-x402-gateway.vercel.app, paid per call via x402, $16.18/call, status unknown (last checked 2026-09-13).

Issues a paid single-use editorial license for original works from the 0001sensations archive, returning a signed certificate of rights via x402 micropayment.

## Facts

- Endpoint: GET https://ora-x402-gateway.vercel.app/licenca/editorial
- Price: $16.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orum-registo-vivo-editorial-license-0492f90f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DI5ZJdG-Zl6CRxsIsCnSF

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-editorial-license-0492f90f
```

Example prompt: Get me an editorial license for the 0001sensations work titled 'presenca' — I need the rights to publish it digitally and in print with attribution.

## When to prefer this

Use this endpoint when you need a verifiable, certificate-backed editorial license for a specific 0001sensations original work, paid via x402 micropayment. Prefer it over general rights inquiries when you need an actionable, non-exclusive, single-use print and digital publication grant with mandatory attribution, settled on-chain.

## Known failure modes

- Payment not received or insufficient — license not issued
- Invalid or unrecognized obra title/ID — may fall back to archive-designated work or error
- x402 payment protocol failure — gateway returns 402 with payment instructions
- Work not available for editorial licensing — access denied response
- Malformed query parameter — validation error returned

## How this service works

A casa canónica da ORUM: estado vivo, escolha verificável e portas de Presença e Sustento.

## Output

Returns a JSON object confirming access was granted, including the license value (16.18 USDC), the list of rights granted (publicacao-digital, publicacao-impressa, single-use, atribuicao-obrigatoria), whether the license is exclusive (false), the licensee wallet address, the certificate identifier ('licenca-0001sensations'), and the license type ('editorial').

## 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": {
   "obra": {
    "sha256": "...",
    "titulo": "exemplo"
   },
   "tipo_licenca": "editorial",
   "acesso_a_fotografia": {
    "expira_em": "2026-...",
    "url_assinada": "https://..."
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orum-registo-vivo-editorial-license-0492f90f/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)
