Test Your API Requests

Utilize our debug feature to become familiar with and test the Aidge API.

Whether you're new to exploring the capabilities of the Aidge API or have an established integration in a live setting, it's always wise to establish a secure testing environment to experiment features before going live.

Trial Quota

We offer 100 trial quota to help you familiarize and test how to use the Aidge API in your account.

To get started, sign up for a developer account and get your authentication key from your account page. Check your trial quota in the 'API List' page.

Procedure

Method 1: Signing in Aidge workspace to test API calls

  1. After registering an Aidge account, locate the debugging tools page in the workspace.

  2. You can simulate API usage by inputting trial parameters on the trial page.

  • First, enter the path of the API you wish to try, which can be copied from the API Reference.

  • Next, click on 'Get Parameters' to retrieve the required parameters for input.

  • Once the parameters are filled out, you're ready to start testing.

  • Note that invoking the API through the testing tool will deduct from the free trial quota you were granted.

Method 2: Coding for a free trial. If you are calling with an SDK, the following header need to be included:

request.addHeaderParameter("x-iop-trial","true");

Last updated