v1

latestOpenAPI 3.1.0Proprietary2026-07-173298155.5 KB
Convert

Convert - STEP to Draco-compressed glTF (.glb), advanced options

Full-control STEP → glTF conversion with Draco geometry compression. Combines fine-grained mesh, export, and coordinate options with Draco quantization controls. Requires the 'convert' API key scope. Returns 202 with a task ID.

post/api/v1/convert/step-to-gltf-advanced-with-draco

Request body

stepFileIdstring required

ID of the previously uploaded STEP file (returned by the file upload endpoint)

Example request

{
  "options": {
    "meshDeflection": 0.1
  }
}

Response

Task accepted

oktrue required

Example response

{
  "data": {
    "statusUrl": "/api/v1/tasks/{taskId}"
  }
}