Prerequisites
Before you begin, make sure you have:- Node.js 18.0.0 or higher installed
- An API key (get one by creating an account and generating an API key)
Step 1: Install the SDK
Install the package using your preferred package manager:Step 2: Initialize the Client
Import the SDK and initialize it with your API key.Step 3: Make Your First Request
Let’s start with a simple profile search. The SDK handles job creation and polling automatically, so you can justawait the result.
Type Definitions
The SDK includes full TypeScript definitions. You can import types directly:Next Steps
- Explore the SDK Reference for all available methods
- Check out Best Practices for optimal integration
- Review Error Handling to handle edge cases