Convert
Convert - STEP to glTF (.glb)
Simple STEP → glTF conversion using a previously uploaded file. Requires the 'convert' API key scope. Returns 202 with a task ID.
post/api/v1/convert/step-to-gltf
Request body
Example request
{
"meshPrecision": 0.1
}Response
Task accepted
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}