Convert

Convert STEP to glTF (simple)

Upload a STEP file first via the Files API, then convert it to glTF. Returns 202 Accepted with a task ID.

post/api/v1/convert/step-to-gltf

Request body

stepFileIdstring uuid required

File ID from POST /api/v1/files/upload + confirm

meshPrecisionnumber

Mesh tessellation precision

Response

Task accepted for processing

oktrue

Example response

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

Changes