latestOpenAPI 3.1.02026-08-231050568.8 KB

404b319bb51e

Utilities

Export a 3D model

Export a completed 3D generation job's model to OBJ, FBX, STL, or PLY. Pass the job id and target format. The exported model is returned as a ZIP file.

post/export/3d

Request body

job_idstring required

A unique identifier for a job

file_format'obj' | 'fbx' | 'stl' | 'ply' required

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

node_app_keystring

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

Example request

{
  "job_id": "3d442153-9aa2-40fa-8c47-76fe2caaa7d0"
}

Response

Exported 3D model URL

urlstring uri required

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