# ORUM · registo vivo — AI Training License (treino)

> ORUM · registo vivo — AI Training License (treino) is a paid API for AI agents from ora-x402-gateway.vercel.app, paid per call via x402, $161.8/call, status unknown (last checked 2026-09-16).

Issues a direct AI-training license for original 0001sensations works, returning a signed certificate granting ai-training, dataset-inclusion, and documented-provenance rights upon payment.

## Facts

- Endpoint: GET https://ora-x402-gateway.vercel.app/licenca/treino
- Price: $161.8/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orum-registo-vivo-ai-training-license-treino-96d1a037
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W4XxclLJZE6srtuKT4ym9

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-ai-training-license-treino-96d1a037
```

Example prompt: Can you get me an AI training license for the 0001sensations work 'presenca' — I need it for dataset inclusion with documented provenance?

## When to prefer this

Use this endpoint when you need a formally certified, blockchain-payment-backed AI training license for original 0001sensations creative works, specifically granting ai-training, dataset-inclusion, and documented-provenance rights. Prefer this over generic content licensing when you require a non-exclusive treino-type certificate with an on-chain provenance trail tied to a payer address.

## Known failure modes

- Payment not received or insufficient — license not issued
- Invalid or unrecognized obra title/ID — returns error or issues undirected archive license
- Network or Vercel gateway downtime — connection failure
- Malformed query parameters — schema validation error
- Work not available for licensing at this time — access denied

## How this service works

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

## Output

A JSON object confirming access was granted, with a license block containing: the license value (161.80 USDC), a rights array (ai-training, dataset-inclusion, proveniencia-documentada), whether it is exclusive (false), the licensed payer address, the certificate identifier ('licenca-0001sensations'), and the license type ('treino').

## 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": "treino",
   "acesso_a_fotografia": {
    "expira_em": "2026-...",
    "url_assinada": "https://..."
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orum-registo-vivo-ai-training-license-treino-96d1a037/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)
