Step 1: Configure Your Proxy
Start by following the How to use the Endpoint Generator to configure Proxy to create your first endpoint. This step ensures you have the necessary proxy settings configured for code generation.Step 2: Access the API Code Generator
Once your endpoint is created:- Scroll down to the API Code Generator section.
- You will see the code automatically generated based on your configured proxy parameters.
- The code is available in multiple programming languages, including:
- Python
- Node.js
- Go
- And more.

Step 3: Copy and Paste the Code
- Choose your preferred programming language.
- Copy the generated code.
- Paste it into your favorite code editor. **
Step 4: Run the Code
Example: Using Python in Visual Studio Code (VS Code). Before running the code, ensure all necessary packages are installed. In the provided Python example, therequests
package is used.
Execute the Code
After installing the package (as per your selected language if required):- Save the file in your editor.
- Run the script using the following command:
Step 5: Verify the Output
The output should display the expected results based on your API call. If the output looks as expected, your code is successfully integrated with the API.