---
title: "Export chart in async mode"
method: POST
path: "/charts/{id}/export/{format}/async"
---

# Export chart in async mode

`POST /charts/{id}/export/{format}/async`

Export your chart as image or document for use in print or presentations. Returns the URL to query the async export status.
                        Not all formats might be available to you, based on your account. Requires scope `chart:read`.

## Path parameters

- `id` string, required
- `format` string, required

## Request body

- object
  - `unit` 'in' | 'mm' | 'px'
  - `mode` 'rgb' | 'cmyk'
  - `width` number
  - `height` number
  - `plain` boolean
  - `scale` number
  - `zoom` number
  - `border` object
    - `width` number
    - `color` string
  - `fullVector` boolean
  - `ligatures` boolean
  - `transparent` boolean
  - `logo` 'auto' | 'on' | 'off'
  - `logoId` string
  - `dark` boolean

## Response `default`

Successful

---

[API](https://skmtc.dev/datawrapper/apis/datawrapper-api-v3-documentation.md) · [All operations](https://skmtc.dev/datawrapper/apis/datawrapper-api-v3-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datawrapper/datawrapper-api-v3-documentation/revisions/e190512863c7/schema)
