Polynex Compliance API

White-label API that automatically generates EU PPWR compliance reports for your clients.

Food-service brands, packaging manufacturers and marketplaces integrate one REST endpoint and ship recyclability, recycled-content, compostability and edibility classification documentation — audit-ready, under their own brand.

Step 1

Send product data

POST your packaging spec — materials, weights, recycled content, format — from your own system.

Step 2

We evaluate PPWR rules

The engine scores it against EU PPWR articles, EN 13432 and food-contact requirements.

Step 3

Get an audit-ready report

Receive a compliance score plus a branded PDF your clients can hand to auditors.

POST /v1/compliance/reports
curl -X POST https://api.polynex.eco/v1/compliance/reports \
  -H "Authorization: Bearer sk_live_polynex_••••" \
  -H "Content-Type: application/json" \
  -d '{
    "product_id": "sku_88214",
    "name": "Edible spoon — mint, 6g",
    "market": "EU",
    "packaging": {
      "format": "primary",
      "materials": [
        { "type": "gelatin_starch_bioplastic", "grams": 6.0, "recycled_content": 0 },
        { "type": "paper_wrap", "grams": 1.2, "recycled_content": 0.85 }
      ]
    }
  }'
200 OK
{
  "report_id": "rep_01JQ7X9K",
  "compliance_score": 94,
  "status": "compliant",
  "classification": "edible_packaging_ppwr_art6",
  "checks": {
    "recyclability": "n/a_edible",
    "recycled_content": "pass",
    "compostability_en13432": "pass",
    "food_contact_1935_2004": "pass"
  },
  "report_url": "https://api.polynex.eco/r/rep_01JQ7X9K.pdf"
}

Report preview

PPWR Compliance · sku_88214

94score
  • Recycled contentPass
  • Compostability (EN 13432)Pass
  • Food contact 1935/2004Pass
  • Art. 6 edible classificationVerified
Generated by your brand, powered by Polynex · PDF ready
  • White-label branding on every report
  • PPWR Article 6 edible-packaging classification
  • EN 13432 compostability references
  • EU 1935/2004 food-contact documentation
  • Webhooks + PDF export
  • Free sandbox keys for developers

Starter

€149 /mo

250 reports / mo · sandbox included

Growth

€690 /mo

5,000 reports / mo · white-label + webhooks

Enterprise

Custom

Unlimited volume · SLA · dedicated support

Request API access Sandbox keys are free — no card required.

Questions, answered

What exactly is PPWR?

The EU Packaging & Packaging Waste Regulation sets binding targets for recyclability, recycled content and waste reduction across every packaging item placed on the EU market.

Do reports carry our brand?

Yes. Every PDF, dashboard and webhook payload can be themed with your logo, colours and legal entity. Polynex stays invisible.

How do we get started?

Request access, get a sandbox key in minutes, and hit the endpoint with test payloads. Go live once your account is verified.