---
title: "Use an algorithm of an Algo provider"
method: POST
path: "/app/algo-providers/{algoProviderName}/algorithms/use/{algoId}"
tags: ["AlgoProviders"]
---

# Use an algorithm of an Algo provider

`POST /app/algo-providers/{algoProviderName}/algorithms/use/{algoId}`

## Path parameters

- `algoProviderName` string, required
- `algoId` string, required

## Request body

- object
  - `inputs` object[], required — Inputs of the algorithm
    - `name` string, required — Name of the input, must be the same as the one defined in the input list
    - `value` unknown, required

## Response `200`

Algorithm result

---

[API](https://skmtc.net/debiai/apis/debiai-backend-api.md) · [All operations](https://skmtc.net/debiai/apis/debiai-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debiai/debiai-backend-api/versions/c53e3bf3be9b/schema)
