API Reference¶
The full OpenAPI 3.1 spec is rendered live by Scalar, so you can poke the API right from the browser:
app.autonomiq.de/backend-api/api/public/v1/docs
The raw spec is at /backend-api/api/public/v1/openapi.json. Use it to generate clients with openapi-generator or similar.
Endpoint groups¶
| Tag | Purpose |
|---|---|
projects |
Project CRUD. |
workpiece |
Upload STEP / STL / mesh. |
stock |
Stock geometry (bounding-box offsets). |
automation |
Start automated CAM planning. |
post |
Generate G-code per setup. |
quote |
Cost breakdown + CSV / Excel exports. |
tasks |
Durable task status. |
libraries |
Read-only ID lookups: machines, materials, equipment libraries. |
webhooks |
Register and revoke event endpoints. |