# EPC API

## Introduction

The EPC API delivers a structured JSON format that breaks down the information contained in a user's NTA 8800 Reports.

Key aspects of the EPC API include:

* Enabling users to efficiently process and manage large volumes of NTA 8800 PDFs by extracting, storing, and analyzing the underlying raw data.
* Offer customers the ability to upload NTA 8800 PDFs, automatically generating a properly formatted input for the Sustainability API to produce comprehensive, data-driven recommendations.
* Seamlessly integrates into diverse workflows, software, and applications to support and enhance a wide range of processes.

{% hint style="warning" %}
**Access to the PDF Extract Service for NTA 8800 Reports is free of charge.**\
By using this API, you agree that the uploaded PDFs and extracted data may be stored and used by Altum AI to train machine learning models and optimize other APIs and data products.\
This service processes NTA 8800 reports using OCR technology and returns structured data as output.\
We do not share your data with third parties. Data is handled in compliance with applicable privacy and security standards.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altum.ai/english/sustainability/epc-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
