REST API Reference#
A REST API is provided by the Caterva2 server. It is a simple HTTP API that allows you to interact with the Caterva2 server using standard HTTP methods. The API is designed to be easy to use and understand, and it provides a simple way to access the functionality of the Caterva2 server from any programming language that can make HTTP requests.
Visit the most updated version of the REST API at: https://cat2.cloud/demo/docs.
It is important to note that the REST API is not intended to be used as a replacement for the Caterva2 Python client API. The Python client API provides a more convenient and efficient way to interact with the Caterva2 server, and it is recommended for most use cases. However, the REST API can be useful in certain situations, such as when you need to access the Caterva2 server from a programming language that does not have a Caterva2 client library, or when you need to integrate Caterva2 with other systems that use HTTP.