Skip to main content
POST
/
claims-counterclaims
Get AI-generated claims and counterclaims
curl --request POST \
  --url https://arbitrators.platform.arb.inc/claims-counterclaims \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseId": "2025-11-00079"
}
'
{
  "caseId": "2025-11-00079",
  "content": "Claimant alleges breach of contract for failure to deliver goods. Respondent counterclaims for payment delays..."
}

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

Claims and counterclaims successfully retrieved

caseId
string
Example:

"2025-11-00079"

content
string
Example:

"Claimant alleges breach of contract for failure to deliver goods. Respondent counterclaims for payment delays..."