Skip to content

SimplyMill Public API

Drive SimplyMill's CAM automation over HTTP. Upload a workpiece, plan it, generate G-code, and walk away with a finished quote.

Base URL

https://app.autonomiq.de/backend-api/api/public/v1

At a glance

  • Auth: API keys with scopes; see Authentication.
  • Async work: long-running CAM planning runs in Celery; observe progress via webhooks or by polling GET /tasks/{id}.
  • Errors: every 4xx/5xx returns a PublicError envelope with a stable code and the request ID echoed back.
  • Rate limits: see Rate Limits.

Reference

  • Live (Scalar): https://app.autonomiq.de/backend-api/api/public/v1/docs
  • Raw spec: https://app.autonomiq.de/backend-api/api/public/v1/openapi.json

Quote the X-Request-ID response header in any support ticket.