1. Quick Start
The Recyda API allows organizations to integrate their packaging data directly with Recyda's Packaging Sustainability Platform. This API provides programmatic access to import packaging specifications, run instant evaluations against international guidelines and EPR schemes, and manage shipment volumes for EPR reporting.
Base URLs
- Packaging Operations (Import/Evaluate):
https://api-prod.recyda.com/v2 - Shipment Volumes:
https://api-prod.recyda.com/v1
Quick Start
To facilitate rapid development and testing, we provide a pre-configured Postman collection.
- Download: Download Postman collection.
- Import: Import the file into your Postman workspace.
- Configure: Open the collection variables or request headers and add your API credentials:
x-recyda-api-client-keyx-recyda-api-client-secret
- Run: The collection includes ready-to-launch payloads for a quick trial.
Attachment: Recyda API Gateway Postman Collection
Open Packaging Standard (OPS) Repository
For deep integration, we provide the full source code and definitions for the Recyda Open Packaging Standard (OPS). This repository is essential for understanding the granular structure of the consumerSalesUnitInput used in request bodies.
- Dynamic Documentation: Open
docs/index.htmlwithin the archive for an interactive schema guide. - Raw Schemas: Access generated JSON schema files in the
generated/directory for validation and code generation.