API reference
Interactive OpenAPI reference for the Takeoff & Estimation REST API, generated from the live contract.
The reference below is loaded from the API itself, so it always matches the deployed contract. Use Authorize with an access token to try calls against your sandbox.
Conventions at a glance
- IDs are opaque and prefixed:
prj_,doc_,tko_,itm_,rte_,sch_,exp_. - Pagination:
?limit=(max 200) andcursor; responses carrynext_cursorandhas_more. - Idempotency: send
Idempotency-Keyon creates; replays within 24 hours return the original response withIdempotent-Replayed: true. - Errors:
application/problem+jsonwith a stablecode(invalid_request,insufficient_credits,rate_limited, …). - Rate limits:
RateLimit-Limit,RateLimit-Remaining,RateLimit-Reseton every response;Retry-Afteron 429.