Repo for collecting the documentation and examples for the Danish software LCAbyg's WebAPI
-
Register on https://api.lcabyg.dk/da/
-
Upon successful registration, you should use the same account username and password in the Login API (you can find it in the postman collection above) request (just replace values in the body). That access token can be then used for authentication for every other API call in the collection.
-
Example files (python & JSON) can be found here and on the official website.
-
In order to create a new Job, you should first encode a proper JSON (must be compatible with LCAbyg standard!) with base64 encoding (usind this converter for example) and the encoded result should be pasted as a value of "input_blob".
-
Fastest way to start a Job is to open the Job (POST) request, copy paste one of the encoded input_blobs from this folder and Send request. (these test input_blobs are from the example JSON files provided by LCAbyg)
The API documentation v1.0 can be found here