{"info":{"name":"FrameAI Eurocode API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{FRAMEAI_API_KEY}}","type":"string"}]},"variable":[{"key":"baseUrl","value":"https://frameai-structural.polsia.app/api/v1"},{"key":"FRAMEAI_API_KEY","value":"fai_your_key_here"}],"item":[{"name":"EN 1993-1-8 Bolted Connection","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bolt_grade\": \"8.8\",\n  \"bolt_size\": \"M20\",\n  \"shear_planes\": 1,\n  \"plate_fu\": 360,\n  \"plate_t\": 10,\n  \"e1\": 60,\n  \"e2\": 40,\n  \"p1\": 80,\n  \"is_end_bolt\": true,\n  \"V_Ed\": 50000,\n  \"F_t_Ed\": 0\n}"},"url":{"raw":"{{baseUrl}}/check/en-1993-1-8","host":["{{baseUrl}}"],"path":["check","en-1993-1-8"]}}},{"name":"EN 1993-1-9 Fatigue","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"details\": [\n    {\n      \"detail_id\": \"T8.6-71\",\n      \"stress_history\": [\n        {\n          \"delta_sigma\": 80,\n          \"n_cycles\": 500000\n        }\n      ],\n      \"method\": \"safe_life\",\n      \"consequence\": \"high\"\n    }\n  ]\n}"},"url":{"raw":"{{baseUrl}}/check/en-1993-1-9","host":["{{baseUrl}}"],"path":["check","en-1993-1-9"]}}},{"name":"EN 1993-1-1 Steel Member","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"mark\": \"B1\",\n      \"profile\": \"IPE 300\",\n      \"length_mm\": 5000,\n      \"N_Ed\": 0,\n      \"M_y_Ed\": 50,\n      \"section_class\": 1\n    }\n  ]\n}"},"url":{"raw":"{{baseUrl}}/check/en-1993-1-1","host":["{{baseUrl}}"],"path":["check","en-1993-1-1"]}}},{"name":"EN 1992-1-1 Concrete Column","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"columns\": [\n    {\n      \"mark\": \"C1\",\n      \"b\": 300,\n      \"h\": 300,\n      \"fck\": 25,\n      \"fyk\": 500,\n      \"N_Ed\": 500,\n      \"M_Ed\": 60,\n      \"A_s\": 2513,\n      \"l0\": 3000\n    }\n  ]\n}"},"url":{"raw":"{{baseUrl}}/check/en-1992-1-1","host":["{{baseUrl}}"],"path":["check","en-1992-1-1"]}}},{"name":"EN 1995-1-1 Timber Member","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"mark\": \"T1\",\n      \"species\": \"C24\",\n      \"b\": 100,\n      \"h\": 200,\n      \"length_mm\": 4000,\n      \"M_y_Ed\": 5,\n      \"V_z_Ed\": 6,\n      \"N_Ed\": 0\n    }\n  ]\n}"},"url":{"raw":"{{baseUrl}}/check/en-1995-1-1","host":["{{baseUrl}}"],"path":["check","en-1995-1-1"]}}},{"name":"EN 1998-1 Seismic","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"agR\": 0.15,\n  \"ground_type\": \"B\",\n  \"spectrum_type\": 1,\n  \"q\": 2,\n  \"importance_class\": 2,\n  \"T1\": 0.6,\n  \"W\": 5000\n}"},"url":{"raw":"{{baseUrl}}/check/en-1998-1","host":["{{baseUrl}}"],"path":["check","en-1998-1"]}}},{"name":"GET Usage","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/usage","host":["{{baseUrl}}"],"path":["usage"]}}}]}