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
Response
Task accepted for processing
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}