ForestTrace EUDR API
Validate EUDR geolocation polygons, prepare audit-ready due-diligence payloads, and generate compliance reports with request IDs and risk flags.
1 subscribers
8.9/10 popularity
71 ms avg latency
55% success rate
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
ForestTrace EUDR API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
getHealth /health |
Check API health status and version |
| Geo Validation | ||
| POST |
validateGeo /v1/geo/validate |
Validates GeoJSON Polygon or MultiPolygon geometry. Performs the following checks: - Geometry type is Polygon or MultiPolygon - Coordinates are properly structured arrays -… |
| Due Diligence | ||
| POST |
prepareDueDiligence /v1/due-diligence/prepare |
Normalizes and prepares due diligence data for EUDR compliance. Performs: - Field validation (required fields check) - Data normalization (trim strings, uppercase country codes,… |
| Risk Assessment | ||
| POST |
scoreRisk /v1/risk/score |
Calculates risk score based on normalized due diligence data. **Scoring rules:** - Base score: 0.1 per flag - High quantity flag: +0.2 if quantity > 100,000 - Missing HS code:… |
| Reports | ||
| POST |
generateReport /v1/reports/generate |
Generates a comprehensive EUDR compliance report from normalized due diligence data. **Formats:** - `json`: Structured JSON report with sections - `csv`: Flat CSV format with… |
| Jobs | ||
| POST |
submitJob /v1/jobs/submit |
Submits a batch of items for async processing. Returns immediately with a job ID for status polling. **Note:** Current implementation simulates async processing by immediately… |
| GET |
getJobStatus /v1/jobs/{job_id} |
Retrieves the status and results of a previously submitted job. **Statuses:** - `queued`: Job is waiting to be processed - `processing`: Job is currently being processed -… |
ForestTrace EUDR API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|