# RESTful API The `pydase` RESTful API provides access to various functionalities through specific routes. Below are the available endpoints for version 1 (`v1`) of the API, including details on request methods, parameters, and example usage. ## Base URL ``` http://:/api/v1/ ``` ## Change Log - v0.9.0: Initial release with `get_value`, `update_value`, and `trigger_method` endpoints.