Skip to content

Getting started with SDKs

To work with a RESTful API, you need a client capable of interacting with it. Your application will then use such a client to accomplish whatever task. By leveraging our API documentation, you may write your custom client or use one of our ready-made solutions instead.

To help you interact with our APIs, we created a set of dedicated SDKs (Software Developer Kits) in several programming languages that can be useful to speed up the integration process. These SDKs provide updated models and methods to contact our APIs with minimal configuration, making it possible to start interacting with Amica in the Cloud within minutes.

To experiment and interact with our APIs, you can also use one of the many existing client applications, such as Postman and curl.

Available guides

Note

While the .NET SDK is hand-crafted by our team, the other SDKs that will available in the future are likely be auto-generated starting from our OpenAPI specification.

Info

Work is in progress on this page.