Skip to main content

API

The API lets you trigger exports programmatically — for integrations and custom workflows. It is part of the Exportelier Automation app.

Authentication

Calls are authenticated. Configure credentials in the Automation app before integrating.

API settings The API configuration screen with credentials and endpoint information.

Typical flow

  1. Authenticate.
  2. Request an export (context, template, format).
  3. Poll the job status for large exports.
  4. Retrieve the result.

Rate limits

The API is subject to rate limits — see Limits reference. For event-driven delivery, consider webhooks instead of polling.

Exact endpoints

Endpoint paths and request/response schemas are documented in-product and will be expanded here. This page describes the model and flow.