REST API
Each Ikomia SCALE deployment exposes a REST API that can be used to interact with the deployment programmatically.
- Authentication: Exchange your personal API token with a JWT token for this deployment.
- Execute deployment: Format your query to execute the deployment on an image (or other inputs).
- Retrieve execution results: Poll the deployment to retrieve the results.
Endpoints documentation
📄️ Authentication
Authentication
📄️ Execute deployment
Execute deployment
📄️ Retrieve execution results
Retrieve execution results
📄️ Retrieve deployment configuration
Retrieve deployment configuration
📄️ Retrieve JSON workflow
Retrieve JSON workflow
📄️ List workflow's algorithms
List workflow's algorithms