File ManagerAccount SettingsAccessing The SoftwareSupportTeam ManagementFull Demos
Certification
Status APIAnalysis Report APIReactions APIMember Displacements APIMember Forces APIMember Stresses APIMember Lengths APIMember Stations APIMember Discontinuities APIMember Minimums APIMember Maximums APIMember Peak Results APIPlate Displacements APIPlate Forces APIPlate Stresses APIPlate Minimums APIPlate Maximums APIPlate Peak Results APIBuckling API
Calling the API in JavaScript where structure_data is the JSON Input object.
var xmlHttp = new XMLHttpRequest(); xmlHttp.open( "POST", "https://solver.skyciv.com/structural/v2", false ); xmlHttp.send(JSON.stringify(structure_data)); console.log(JSON.parse(xmlHttp.response)); console.log("The status is " + xmlHttp.statusText);