Toolpath Engine API
Public REST API for Toolpath engine operations.
Units. All dimensional values — in parts and in feature details — are in
millimetres; all angles are in degrees. Each part response also states this in its units field.
Browser use. CORS is per API key: a request only receives an
Access-Control-Allow-Origin header when its Origin is in the allowlist configured on the
key used (set when creating or editing the key in the portal). A key with no allowed origins
is server-to-server only. A Bearer API key placed in client-side JavaScript is readable by
anyone — restrict its origins, prefer a read_only key (read_only keys may call GET
operations only; writes are rejected with 403), or proxy requests through your own server.
Authentication
- HTTP: Bearer Auth
A Toolpath API key supplied as a Bearer credential.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |