🔤
Advanced Berkeley Comfort (ABC) model
  • Advanced Berkeley Comfort (ABC) model
  • DOCUMENTATION
    • What is the ABC model?
      • Thermal phygiology model
      • Thermal comfort model
    • Input and output
      • Input parameters
      • Output parameters
    • ABC Model API
      • Example code in Python
      • Example code in R
    • Web interface
      • Edit input data
      • File import and export
      • Advanced settings
    • Excel interface
  • HELP & FAQs
    • FAQs
    • Questions / Help / Discussion
  • References
    • List of references
    • Past presentation
    • Useful tools
  • Changelog
    • Changelog
Powered by GitBook
On this page
  • What is an API?
  • ABC Model API

Was this helpful?

  1. DOCUMENTATION

ABC Model API

General description about API and ABC model API

PreviousOutput parametersNextExample code in Python

Last updated 3 months ago

Was this helpful?

What is an API?

API stands for Application Programming Interface. It allows the functionalities of a web service or software to be called from another web service or software. Examples of APIs include those that fetch weather forecasts, stock information, and map data.

Examples of representative API Services include , , , and so on.

Check the video by MuleSoft Videos to learn about what APIs are in general.

ABC Model API

ABC Model API seamlessly integrates the ABC model into third-party applications, allowing you to use its capability in your Web application or program. All you need to do is send ABC Model API an input JSON file with some simple rules setting ambient thermal parameters such as air temperature, air velocity, environmental temperature, etc. ABC Model API gets the model running with your input file and returns the comfort model's result.

You can use the API URL for this cloud computing:

https://backend-384255928646.us-west1.run.app/abc
X API
Google Sheets API
YouTube Data API
Diagram of API: An API is often compared to a waiter. It takes requests from the client (customer), retrieves the necessary information from the server (kitchen), and delivers the result back to the client.
An intoruductory video about API by MuleSoft Videos