To integrate our SDK into your project, follow these steps:
- Download the SDK: Download SDK
- Install Dependencies: Make sure all required dependencies are installed.
- Initialize the SDK: In your project's main file, initialize the SDK with the following code:
import { SDK } from '/en/api/sdk';
const mySDK = new SDK('your_project_id');
- Use SDK Functions: Utilize the various functions provided by the SDK to enhance your project.
For more detailed information and examples, check out our SDK documentation.
If you encounter any issues during the setup process, please contact support for assistance.