Skip to main content
POST
Export a 3D model

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
job_id
string
required

A unique identifier for a job

Example:

"87d6d48a-a89d-41ca-8e00-a7a00fb611ae"

file_format
enum<string>
required

Target format for the export. The model is returned as a ZIP file.

Available options:
obj,
fbx,
stl,
ply
node_app_key
string

When the job is a node app, the output key of the 3D model to export (the key under result.urls).

Response

Exported 3D model URL

url
string<uri>
required

URL of the exported 3D model, returned as a ZIP file.