Skip to main content
Version: 1.0.0-rc.1

Bitbybit CAD Cloud API

High-performance parametric CAD model generation, STEP conversion, and CAD operation execution via a Bitbybit cloud API.

All async endpoints return HTTP 202 with a task ID. Poll the task until completion, then retrieve the result download URL.

Base URL: https://api.bitbybit.dev

Authentication: Pass your API key via the x-api-key header. Keys are scoped - each endpoint documents which scope is required.

TypeScript SDK: Install @bitbybit-dev/cad-cloud-api for a type-safe Node.js client with built-in polling.