---
title: "Synchronously export a Part Studio to a glTF file."
method: GET
path: "/partstudios/d/{did}/{wvm}/{wvmid}/e/{eid}/gltf"
tags: ["PartStudio"]
---

# Synchronously export a Part Studio to a glTF file.

`GET /partstudios/d/{did}/{wvm}/{wvmid}/e/{eid}/gltf`

Creates a synchronous export of the Part Studio (with limited tessellation settings) to a glTF file. 
* Returns a 307 redirect from which to download the exported file. 
* Export is much faster than asynchronous endpoints at the expense of limited control on tessellation settings. 
* Use the [PartStudio/createPartStudioTranslation](#/PartStudio/createPartStudioTranslation) asynchronous export for greater control. 
 
See [API Guide: Synchronous Exports](https://onshape-public.github.io/docs/api-adv/translation/#synchronous-exports) for more details.

## Path parameters

- `did` string, required
- `wvm` 'w' | 'v' | 'm', required
- `wvmid` string, required
- `eid` string, required

## Query parameters

- `linkDocumentId` string
- `configuration` string
- `rollbackBarIndex` integer
- `elementMicroversionId` string
- `partId` string[]
- `angleTolerance` number, double
- `chordTolerance` number, double
- `precomputedLevelOfDetail` string
- `outputSeparateFaceNodes` boolean
- `faceId` string[]
- `outputFaceAppearances` boolean
- `maxFacetWidth` number, double

## Response `200`

Success!

---

[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)
