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
Example request
{
"options": {
"meshDeflection": 0.1
}
}Response
Task accepted
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 84 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲