Skip to main content
POST
/
summary-of-positions
Get AI-generated summary of positions
curl --request POST \
  --url https://arbitrators.platform.arb.inc/summary-of-positions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseId": "2025-11-00079"
}
'
{
  "caseId": "2025-11-00079",
  "content": "Claimant Position - Breach of contract occurred on March 1, 2025. Respondent Position - No breach occurred; delay was justified..."
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseId
string
required

Case identifier

Required string length: 1 - 36
Example:

"2025-11-00079"

Response

Summary of positions successfully retrieved

caseId
string
Example:

"2025-11-00079"

content
string
Example:

"Claimant Position - Breach of contract occurred on March 1, 2025. Respondent Position - No breach occurred; delay was justified..."