Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/calls/score \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"call_ids": [
"<string>"
],
"scorer_refs": [
"<string>"
],
"wb_user_id": "<string>"
}
'{}curl --request POST \
--url https://api.example.com/calls/score \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"call_ids": [
"<string>"
],
"scorer_refs": [
"<string>"
],
"wb_user_id": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
성공 응답
calls_score에 대한 빈 응답입니다.
이 인터페이스 전반에서 사용하는 규칙을 따르고, 나중에 호환성이 깨지는 변경 없이 필드를 추가할 수 있도록 None을 반환하는 대신 모델로 정의했습니다.