---
title: "Export PNG"
method: GET
path: "/v1/export/png/{conversationId}"
tags: ["Emails"]
---

# Export PNG

`GET /v1/export/png/{conversationId}`

Export conversation as a PNG image of the email. Returns a download URL.

## Path parameters

- `conversationId` string, required

## Response `200`

PNG export successful

- ApiResponseExport
  - `success` boolean, required
  - `data` object, nullable
    - `files` V1ExportFile[], required — Array of exported files with download URLs and content
      - `filename` string, required — Name of the exported file
      - `url` string, uri, required — Download URL for the exported file
      - `content` string, required — File content
      - `format` 'html' | 'hubl' | 'json' | 'text' | 'png', required — Format of the exported file
      - `description` string, required — Description of the exported file
      - `fileSize` number, required — File size in bytes
    - `executionTime` number, required — Export execution time in milliseconds
    - `exportType` 'html' | 'klaviyo' | 'mailchimp' | 'png' | 'hubspot', required — Type of export performed
  - `error` string, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.net/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/revisions/2d06ad0e0bc3/schema)
