Skip to main content
POST
/
case-timeline
Get AI-generated case timeline
curl --request POST \
  --url https://arbitrators.platform.arb.inc/case-timeline \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseId": "2025-11-00079"
}
'
{
  "caseId": "2025-11-00079",
  "timeline": "January 15, 2025 - Contract signed between parties. March 1, 2025 - First payment due..."
}

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

Case timeline successfully retrieved

caseId
string
Example:

"2025-11-00079"

timeline
string
Example:

"January 15, 2025 - Contract signed between parties. March 1, 2025 - First payment due..."