EUDR Risk Assesment

Get AI explanation of deforestation risk for a parcel

get

Generates a detailed explanation of the deforestation risk assessment using LLM. Optionally generates a PDF report with multi-language support. Use the 'file_format' parameter to control PDF generation, and 'lang' to specify translation language.

Path parameters
idstringRequired
Query parameters
file_formatstring · enumOptional

Output format. Use 'pdf' to generate a downloadable PDF report. If not specified, only the text explanation is returned without PDF generation. This significantly improves response time when PDF is not needed.

Possible values:
langstring · enumOptional

Language code for PDF translation. Only used when format=pdf. Supported languages: 'es' (Spanish), 'fr' (French), 'de' (German), 'it' (Italian), 'pt' (Portuguese), 'nl' (Dutch), 'pl' (Polish), 'ro' (Romanian), 'el' (Greek). Defaults to English if not specified.

Possible values:
Responses
200

Successful response with AI explanation. The 'explanation' field contains the text content. The 'basic_report_pdf' field is only populated when file_format=pdf parameter is used. Presigned URLs are automatically regenerated if expired (30-day validity).

application/json
get
/api/parcels/{id}/explain-deforestation/

Last updated