Skip to content
  • There are no suggestions because the search field is empty.

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.

  1. Download: Download Postman collection.
  2. Import: Import the file into your Postman workspace.
  3. Configure: Open the collection variables or request headers and add your API credentials:
    • x-recyda-api-client-key
    • x-recyda-api-client-secret
  4. 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.html within the archive for an interactive schema guide.
  • Raw Schemas: Access generated JSON schema files in the generated/ directory for validation and code generation.

Attachment: OPS