---
title: "interfaces"
canonical_url: "https://www.nutrient.io/api/python/interfaces/"
md_url: "https://www.nutrient.io/api/python/interfaces.md"
last_updated: "2026-06-08T08:09:41.018Z"
description: "API reference for the interfaces module"
---

API reference for the `interfaces` module.

```python

# All public classes import directly from the top-level package:

from nutrient_sdk import IExporter

```

## Interfaces

| Interface                    | Description                                                                                   |
| ---------------------------- | --------------------------------------------------------------------------------------------- |
| [`IExporter`](./i-exporter/) | Defines the contract for document exporters that convert documents to various output formats. |

---

## Related pages

- [I Exporter](/api/python/interfaces/i-exporter.md)

