Ucotron Cortex
Referencia de API

Detecciones de daño por evento y AOI.

Guía del flujo: Eventos y detecciones

GET
/v1/detections

Authorization

bearerFixtureToken
AuthorizationBearer <token>

Token fixture del sandbox. Hay tres: acceso completo, sólo lectura y otra organización — para poder ejercitar 200, 403 y 404 cross-tenant. Ninguno es un secreto.

In: header

Query Parameters

cursor?string

Opaco. Usá el nextCursor de la página anterior; construirlo a mano se rompe cuando cambie la paginación.

limit?integer
Range1 <= value <= 250
Default25

Header Parameters

x-ucotron-tenant-id?string

Organización. Si viene, tiene que coincidir con la de la credencial: un header que la sobreescribiera sería el propio bypass.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/detections"
{  "data": [    {      "detectionId": "detection_sbox_b9b5cdb6",      "eventId": "event_sbox_de4368bd",      "aoiId": "aoi_sbox_f0c86d81",      "computedAt": "2026-01-15T02:00:00.000Z",      "affectedPct": 38,      "damagedHectares": 69.3,      "severity": "high",      "method": "hail_ndvi_delta_fixture_v1",      "provenance": {        "provider": "fixture",        "licenceTier": "noncommercial",        "externalProviderCalls": false      }    }  ],  "page": {    "nextCursor": null,    "previousCursor": null,    "limit": 25,    "hasMore": true  }}