cURL
curl --request POST \ --url https://arbitrators.platform.arb.inc/case-summary \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseId": "2025-11-00079" } '
{ "caseId": "2025-11-00079", "summary": "This case involves a contract dispute between ABC Corp and XYZ Ltd..." }
Retrieves the AI-generated executive case summary for a specific case. The requesting user must be the arbitrator assigned to the case.
access token
Case identifier
1 - 36
"2025-11-00079"
Case summary successfully retrieved
"This case involves a contract dispute between ABC Corp and XYZ Ltd..."