Your First API Request
Download the necessary SDK and start making your first API requests within Aidge.
Once you have successfully obtain your AccessKey and AccessKey Secret, now we can proceed to set up your first API call.
To begin, you will need to download our SDK, which is necessary for accessing our API and ensures that your access is authenticated.
It is recommended to invoke the services using the Java SDK. Aidge's SDK offers functionalities for API request encapsulation, digest signature, response parsing, and message listening. By utilizing this SDK, you can effortlessly make API calls, retrieve API results, and monitor real-time messages.
Download SDK
Sign in and navigate to our page below to download the SDK
Select the development language you require and download the corresponding SDK.
Updated Time 2025-02-06
Updated Time 2023-10-23
Sample Code
Once you have obtained the SDK, below are some code examples for you to write up your first API request.
Here is a sample code to call our API ( using image cut-out api as an example):
Last updated
Was this helpful?