Version: 1.1.0
AgriBackup Enterprise EUDR API
Introduction
AgriBackup is the cryptographic compliance engine for EU-bound commodity imports. Built on Deterministic Logic, Immutable Evidence, and High-Throughput Ingestion, our API provides Tier-1 enterprise routing for EU Deforestation Regulation (EUDR).
The Integration Vector
To integrate this Digital Trust Layer into your ERP, you must execute the following sequence:
- Authentication: Generate your
X-API-Keyfrom the client dashboard. - Telemetry: Register your webhook URLs via
POST /webhooks. - Ingestion: Push your GeoJSON polygons via
POST /polygons. - Logistics: Lock the batch to a shipment via
POST /shipments/link.
Asynchronous Architecture
Because satellite deforestation screening and Hedera DLT anchoring take time, ingestion endpoints return a 202 Accepted. You must listen for the corresponding Webhook to confirm cryptographic execution.
Base URLs
- Production:
https://live.agribackup.com - Sandbox:
https://sandbox.agribackup.com
Authentication
- API Key: ApiKeyAuth
Enterprise API Key provided via the AgriBackup developer console.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |
License
Proprietary