API·PRODUCTION·v0.2.0
// Overview// Resumen
The ingestion & prediction API behind Pradicta — predictive decision support for mining operations. La API de ingesta y predicción detrás de Pradicta — soporte de decisiones predictivo para operaciones mineras.
A production HTTP API that receives operational telemetry from your mine and returns predictive decision support. REST over TLS, Bearer-authenticated, JSON in and out — built to drop into the systems you already run. Una API HTTP en producción que recibe telemetría operacional de tu mina y devuelve soporte de decisiones predictivo. REST sobre TLS, autenticación Bearer, JSON de entrada y salida — pensada para integrarse en los sistemas que ya usas.
// Status
LIVEEN VIVO
OFFLINESIN SEÑAL
EndpointEndpointapi.pradicta.com
VersionVersión0.2.0
RegionRegiónus-west2
TLSLet's Encrypt · validLet's Encrypt · válido
HealthSalud—
LatencyLatencia—
checks · this browserchequeos · este navegador
connecting…conectando…
// Endpoints
GET
/v1/health
public health probesondeo público de salud
POST
/v1/ingest
telemetry ingestion (Bearer auth)ingesta de telemetría (auth Bearer)
// Quickstart// Inicio rápido
# public health probe — no auth curl https://api.pradicta.com/v1/health
// Auth
Authorization: Bearer pdk_live_…
Per-tenant keys — one secret scope per mine. Send the raw key; the server stores only its hash.
Llaves por tenant — un alcance por mina. Envía la llave en bruto; el servidor solo guarda su hash.
// Limits
RateTasa30 req/s · burst 120
BodyCuerpo≤ 5 MB
On exceedAl exceder429 / 413
// Docs