Skip to main content
POST
/
award
Get AI-generated award
curl --request POST \
  --url https://arbitrators.platform.arb.inc/award \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseId": "2025-11-00079"
}
'
{
  "caseId": "2025-11-00079",
  "outcome": "Claimant is awarded $50,000 in damages",
  "reasons": "Based on the evidence presented, the arbitrator finds that the respondent breached the contract..."
}

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

Award successfully retrieved

caseId
string
Example:

"2025-11-00079"

outcome
string
Example:

"Claimant is awarded $50,000 in damages"

reasons
string
Example:

"Based on the evidence presented, the arbitrator finds that the respondent breached the contract..."