Getting Started
Calcs.com API
The Calcs.com API provides structural engineering calculations and geospatial data through a simple REST interface.
What You Can Do
Structural Calculations
Run engineering calculations programmatically:
- Wood Beam Analysis - US timber beams per NDS 2018 (ASD)
- Create projects to organize your calculations
- Get pass/fail results with utilization ratios
Geospatial Data (GIS)
Access location-based design parameters:
- Wind Speeds - ASCE 7-16 (US), Eurocode (EU)
- Elevation - Global terrain data
- Terrain Classification - Roughness categories
- Design Regions - Code-specific zones
Quick Example
Calculate a wood beam using the multi-step workflow:
Code
Response:
Code
API Structure
| Endpoint Group | Purpose |
|---|---|
/v1/projects | Create and manage projects |
/v1/timber-beam/* | Wood beam calculations |
/gis/* | Geospatial data queries |
Next Steps
- Authentication - Set up your API key
- Quick Start - Create your first calculation
- API Reference - Full endpoint documentation
Support
- Email: [email protected]
- Website: calcs.com/support
Last modified on