Use EPL for Your Images

    Everything you need to mark and share your event images under EPL.

    For Event Organizers

    How to license your images

    1

    Choose your license variant

    Decide which EPL variant fits your needs

    2

    Add the license info

    Include the license code in your image metadata or alongside the image

    3

    Share with partners

    Provide images to ticketing platforms, calendars, and media with the license clearly marked

    For Platforms & Developers

    Integrate EPL into your system

    JSON Schema for APIs

    {
      "image_license": {
        "type": "EPL-ND",
        "version": "1.0",
        "permissions": ["reproduce", "publish", "distribute"],
        "restrictions": ["no-derivatives", "event-context-only"],
        "attribution": "optional",
        "license_url": "https://epl-license.org/licenses/epl-nd"
      }
    }

    License Codes

    CodeMeaning
    EPLBase license, all permissions
    EPL-NDNo derivatives
    EPL-BYAttribution required
    EPL-BY-NDAttribution + no derivatives
    EPL-NSNo sharing
    EPL-NS-NDNo sharing + no derivatives
    EPL-EXWith expiration date
    EPL-ARArchive use allowed
    EPL-DGDigital only
    EPL-PRPrint allowed
    EPL-REGRegional restriction

    Combination syntax: Badges are combined with hyphens, e.g., EPL-BY-ND-DG

    Badge Downloads

    EPLBase license – event context only
    NDNo editing or modification allowed
    BYCredit to creator required
    NSNo redistribution to third parties
    ADEditing and modifications allowed
    EXLicense expires on specified date
    ARArchive/retrospective use allowed
    DGDigital use only, no print
    PRPrint media use allowed
    REGLimited to specific region

    Embed Code

    HTML embed for websites

    <a href="https://epl-license.org/licenses/epl-nd" rel="license">
      <img src="https://epl-license.org/badges/epl-nd.svg" alt="EPL-ND License" />
    </a>

    Frequently Asked Questions