Compliance
Fail-closed Prüfung für Textil-DPP (ESPR) und Batteriepass (EU 2023/1542). Antwort: COMPLIANT, WARNINGS oder BLOCKED.
ESPR-Validierung, GS1 Digital Links und RFC 3161 Timestamps — eine API, alle Produktpässe.
Fail-closed Prüfung für Textil-DPP (ESPR) und Batteriepass (EU 2023/1542). Antwort: COMPLIANT, WARNINGS oder BLOCKED.
GTIN-Prüfziffer, Digital Link auf 14 Stellen und QR als PNG, SVG oder PDF — bereit für Labels und Resolver.
SHA-256 über den Pass-Snapshot und RFC 3161 Zeitstempel. Integrität nachweisbar, ohne dass ihr eine Chain betreiben müsst.
Manuelles Onboarding. Portal und Automatisierung kommen, sobald 5 zahlende Kunden da sind. Preise zzgl. USt.
# ESPR-Textilpass prüfen curl -s https://d3-core-production.up.railway.app/api/v1/compliance/validate/textile \ -H "Content-Type: application/json" \ -H "X-D3-Core-Key: $D3_CORE_API_KEY" \ -d '{ "gtin": "4012345678901", "product_name": "Organic Cotton T-Shirt", "brand": "D3", "country_of_origin": "PT", "manufacturer_name": "Atlas Textiles", "manufacturer_country": "PT", "co2_footprint": 4.2, "material_composition": [ {"material_name": "Organic Cotton", "percentage": 100} ] }'
import os, requests r = requests.post( "https://d3-core-production.up.railway.app/api/v1/compliance/validate/textile", headers={"X-D3-Core-Key": os.environ["D3_CORE_API_KEY"]}, json={ "gtin": "4012345678901", "product_name": "Organic Cotton T-Shirt", "brand": "D3", "country_of_origin": "PT", "manufacturer_name": "Atlas Textiles", "manufacturer_country": "PT", "co2_footprint": 4.2, "material_composition": [ {"material_name": "Organic Cotton", "percentage": 100} ], }, ) print(r.json()["status"]) # COMPLIANT | WARNINGS | BLOCKED
Wir schalten den Key manuell frei und antworten per E-Mail. Kein Self-Service-Portal.