AeroForge workspace

API Documentation

0 endpoints available

Project
Units
About
Loading API documentation...

Quick Start

The AeroForge API is a RESTful JSON API. All endpoints are under /api/v1/.

Base URL: http://localhost:8500/api/v1

Authentication: None required (local development).

Content-Type: All POST/PUT requests expect application/json.

# Example: Run airfoil analysis
curl -X POST http://localhost:8500/api/v1/analysis/sensitivity \
-H "Content-Type: application/json" \
-d '{"parameter":"aspect_ratio","min_value":4,"max_value":12,"steps":9}'