---
title: "Generate Shap Values Download Url Controller"
method: POST
path: "/modeling/propensity/generate_shap_values_download_url"
tags: ["modeling"]
---

# Generate Shap Values Download Url Controller

`POST /modeling/propensity/generate_shap_values_download_url`

## Request body

- GenerateShapValuesDownloadUrlPayload
  - `model_id` integer, required — The ID of the model to use for getting shap values
  - `prediction_id` integer, nullable — The ID of the prediction to use for getting shap values

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/revisions/6662a407c637/schema)
