---
title: "Asynchronously export a Part Studio to another format."
method: POST
path: "/partstudios/d/{did}/{wv}/{wvid}/e/{eid}/translations"
tags: ["PartStudio"]
---

# Asynchronously export a Part Studio to another format.

`POST /partstudios/d/{did}/{wv}/{wvid}/e/{eid}/translations`

Creates an asynchronous export of a Part Studio to another file format. 
* Can take longer than synchronous export options, but supports more formats and provides more control on tessellation and other settings. 
* Use `formatName` in the JSON request body to specify the export file type. Use [Translations/getAllTranslatorFormats](#/Translation/getAllTranslatorFormats) to get a list of valid export file formats. `
* Set `storeInDocument` to `false` to export to a data file. Set to `true` to export to a blob element in the same document. 
* See [API Guide: Asynchronous Exports](https://onshape-public.github.io/docs/api-adv/translation/#export-a-part-studio-to-another-format) for more details.

## Path parameters

- `did` string, required
- `wv` string, required
- `wvid` string, required
- `eid` string, required

## Response `default`

default response

---

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