---
title: "Make Business Profile Decision with Risk Scoring"
method: POST
path: "/verify/make_decision_with_risk_scoring"
tags: ["KYB > Verification (Profile-Based)"]
---

# Make Business Profile Decision with Risk Scoring

`POST /verify/make_decision_with_risk_scoring`

Trigger a decision calculation or risk scoring for a previously created business profile using the specified template.

## Request body

- MakeDecisionRequestSchema
  - `business_profile_id` string, required
  - `template_id` string, required — Every verification must have a template id associated with it. This is Provided to you by AiPrise.
  - `client_reference_id` string — An id you want to associate with your request.
  - `client_reference_data` object — A JSON you want to associate with your request.

## Response `200`

Successful operation

- MakeDecisionResponse
  - `status` string

## Other responses

- `400` — Bad Request

---

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