Skip to main content
POST
/
demo
/
statement-of-claim
Generate synthetic statement of claim
curl --request POST \
  --url https://ai.platform.arb.inc/demo/statement-of-claim \
  --header 'Authorization: Bearer <token>'
{
  "claimantName": "Vanguard Parking Solutions",
  "claimantAddress": "3389 SHERIDAN ST BOX",
  "claimantCity": "HOLLYWOOD",
  "claimantState": "FL",
  "claimantZipcode": "33021",
  "respondentName": "Harborview Office Center, LLC",
  "respondentAddress": "789 Business Blvd",
  "respondentCity": "Miami",
  "respondentState": "FL",
  "respondentZipcode": "33101",
  "basisForArbitration": "The parties' parking agreement contains a binding arbitration clause (see Exhibit 1).",
  "statementOfFacts": "The respondent entered into a monthly parking agreement with Vanguard on January 15, 2025. Despite multiple notices, parking fees remain unpaid since March 2025.",
  "claims": "Breach of contract for failure to pay parking fees totaling $250.00 plus late fees.",
  "reliefRequested": "Vanguard seeks payment of $250.00 in unpaid parking fees plus $50.00 in late fees.",
  "settlementPhone": "(954) 555-0137",
  "settlementEmail": "settlements@example.com",
  "settlementWebsite": "https://www.example.com/settlements",
  "settlementAmount": "300.00",
  "settlementOffer": "250.00",
  "settlementValidityDays": 14,
  "certificationName": "Alex Roberts, Enforcement Representative",
  "certificationDate": "2025-03-21"
}

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

Generated statement of claim document

claimantName
string
Example:

"Vanguard Parking Solutions"

claimantAddress
string
Example:

"3389 SHERIDAN ST BOX"

claimantCity
string
Example:

"HOLLYWOOD"

claimantState
string
Example:

"FL"

claimantZipcode
string
Example:

"33021"

respondentName
string
Example:

"Harborview Office Center, LLC"

respondentAddress
string
Example:

"789 Business Blvd"

respondentCity
string
Example:

"Miami"

respondentState
string
Example:

"FL"

respondentZipcode
string
Example:

"33101"

basisForArbitration
string
Example:

"The parties' parking agreement contains a binding arbitration clause (see Exhibit 1)."

statementOfFacts
string
Example:

"The respondent entered into a monthly parking agreement with Vanguard on January 15, 2025. Despite multiple notices, parking fees remain unpaid since March 2025."

claims
string
Example:

"Breach of contract for failure to pay parking fees totaling $250.00 plus late fees."

reliefRequested
string
Example:

"Vanguard seeks payment of $250.00 in unpaid parking fees plus $50.00 in late fees."

settlementPhone
string
Example:

"(954) 555-0137"

settlementEmail
string
Example:

"settlements@example.com"

settlementWebsite
string
Example:

"https://www.example.com/settlements"

settlementAmount
string
Example:

"300.00"

settlementOffer
string
Example:

"250.00"

settlementValidityDays
integer
Example:

14

certificationName
string
Example:

"Alex Roberts, Enforcement Representative"

certificationDate
string
Example:

"2025-03-21"