Export an Asset

Exports an asset or a product. To export a product, replace asset ID with the product ID in the url.

Supported export 3D filetypes include .dxf, .fbx, .gltf, .usdz, .step, .stl

Supported export image filetypes include .svg

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

AssetID

string
required

Format to export

Query Params
boolean

Caches the file created.

boolean

It will query for the latest version of the file. If the latest version is not available, it will serve an older version and queue a job for the new one. If no version is available, it will create one and send it back in the response. This parameter will only work in conjunction with the cache parameter. It has no effect if the cache parameter is not present in the request.

string

Public access token used to authorize the request. Requests may only come from the token's allowed domains. This parameter is mandatory when making requests from a browser. Outside of the browser instead supply a bearer header using a private access token.

Body Params

Export information.

string

Filename to save the export as.

string

Organization which owns the asset or product to export.

configuration
object

Configuration information. Attribute keys with valid attribute option values.

boolean

If the request has the sync option set, it will wait for the job to finish and then return the results (jobId and job details). Otherwise it will return only the jobId.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json