Skip to main content

Overview

Global schema

Explanations

Integrating a deployment from Ikomia SCALE into your work involves a few key steps. Below, we provide a simple explanation of each step to help you through the process:

  1. Gather required information:

  2. Request a JWT Token:

    • With the endpoint URL and your token, the next step is to request a JSON Web Token (JWT) for this specific endpoint. Read Authentication for more information.
  3. Execute deployment on your image:

    • With your JWT, you're ready to execute the deployment on your image. Read Execute deployment for more information.
  4. Get the results:

    • After the deployment has processed your image, you can retrieve your results. Read Retrieve execution results for more information.