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:

"ae78630b-3fb2-4d04-a7b5-7beb9b5d1bc4"

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.