---
title: "Export conversion"
method: POST
path: "/api/projects/{id}/exports/{export_pk}/convert"
tags: ["Export"]
---

# Export conversion

`POST /api/projects/{id}/exports/{export_pk}/convert`

Convert export snapshot to selected format

## Path parameters

- `export_pk` integer, required
- `id` integer, required

## Request body

- ExportConvertRequest
  - `download_resources` boolean — Download resources in converter.
  - `export_type` string, required — Export file format.

## Response `200`

- object
  - `converted_format` integer
  - `export_type` string

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/b589624c66c3/schema)
