Skip to main content
POST
/
v1
/
score
会社または取引データをスコアリングする
curl --request POST \
  --url https://api.sanka.com/v1/score \
  --header 'Content-Type: application/json' \
  --data '
{
  "object_type": "<string>",
  "record_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "data": {
    "object_type": "<string>",
    "record_id": "<string>",
    "snapshot_id": "<string>",
    "algorithm_key": "<string>",
    "algorithm_version": "<string>",
    "input_hash": "<string>",
    "output_hash": "<string>",
    "score": 123,
    "band": "<string>",
    "dimensions": [
      {}
    ],
    "reasons": [
      {}
    ],
    "explanation": ""
  },
  "message": "<string>",
  "ctx_id": "<string>"
}

Body

application/json
object_type
string
required
record_id
string<uuid>
required

Response

OK

data
ScoreResponsePayload · object
required
message
string
required
ctx_id
string | null