Gradient Reconcile™ SDK Overview

Let's jump right in and get started with Gradient's Reconcile™ SDK!

Overview

Welcome to the Reconcile™ SDK! This Software Development Kit (SDK) enables developers to build powerful plugins for image processing and computer vision applications that leverage the  Gradient API. 

  1. Getting Started
  2. Download
  3. File Structure
  4. Support

Getting Started

 

To get started with the Reconcile™ SDK, you'll need to have the following prerequisites:

  • PowerShell 7.0 or later
  • Gradient API credentials
  • Vendor API credentials
  • Gradient PowerShell SDK Installation
  • Familiarity with a programming language such as Powershell or Typescript
  • Gradient Account (Register or Login Here)

Once you have those prerequisites, you can follow these steps:
Sign up for Gradient at https://app.usegradient.com/signup.
Review the API documentation to learn how to use the Reconcile™ API.

Review the Custom Integration guide if you're a partner building your integration.



Download

 

You can download the Reconcile™ SDK for Powershell here - https://github.com/meetgradient/Synthesize-SDK-PS

Install the SDK by following the instructions in the README file.
Use the Reconcile™ SDK to build your image processing or computer vision plugin using the Reconcile™ API.


File Structure

 

When you have downloaded the Reconcile™ SDK, you will see the following file structure to help build and access custom integrations.

Integrations

The Integrations folder contains a list of pre-built integrations, allowing you to realize the full potential of custom integrations! Check out the README file for details on how these integrations function.

PSGradient

You can build your custom integration using the README file at the root of the SDK with the PSGradient contents.

Templates

Templates contain sample code demonstrating how to connect to a vendor using the SDK and perform basic operations. Check out the README File for more information!


Support

 

If you have any questions or issues with the Reconcile™ SDK, please get in touch with Gradient support at support@meetgradient.com

Top