Skip to main content
POST
/
demo
/
statement-of-response
Generate synthetic statement of response
curl --request POST \
  --url https://ai.platform.arb.inc/demo/statement-of-response \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data @- <<EOF
{
  "claimantName": "Vanguard Parking Solutions",
  "claimantAddress": "3389 SHERIDAN ST BOX",
  "claimantCity": "HOLLYWOOD",
  "claimantState": "FL",
  "claimantZipcode": "33021",
  "respondentName": "Jordan Blake",
  "respondentAddress": "456 Oak Street",
  "respondentCity": "Miami",
  "respondentState": "FL",
  "respondentZipcode": "33101",
  "basisForArbitration": "The parties' parking agreement contains a binding arbitration clause.",
  "statementOfFacts": "The claimant alleges unpaid parking fees from January through March 2025.",
  "claims": "Breach of contract for failure to pay parking fees.",
  "reliefRequested": "Payment of $300.00 in fees and charges."
}
EOF
{
  "respondentName": "Jordan Blake",
  "respondentAddress": "456 Oak Street",
  "respondentCity": "Miami",
  "respondentState": "FL",
  "respondentZipcode": "33101",
  "responseToBasis": "I'm not entirely sure about the arbitration requirement. I thought we could just work this out directly.",
  "responseToFacts": "I never received any notices about unpaid fees. I thought my parking was covered by my office lease.",
  "responseToClaims": "I don't think I should have to pay these fees because I wasn't properly notified about them.",
  "reliefRequested": "I just want this cleared up. If I do owe something, I'd like proof of the charges.",
  "certificationName": "Jordan Blake",
  "certificationDate": "03/25/2025"
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
claimantName
string
required
Example:

"Vanguard Parking Solutions"

claimantAddress
string
required
Example:

"3389 SHERIDAN ST BOX"

claimantCity
string
required
Example:

"HOLLYWOOD"

claimantState
string
required
Example:

"FL"

claimantZipcode
string
required
Example:

"33021"

respondentName
string
required
Example:

"Jordan Blake"

respondentAddress
string
required
Example:

"456 Oak Street"

respondentCity
string
required
Example:

"Miami"

respondentState
string
required
Example:

"FL"

respondentZipcode
string
required
Example:

"33101"

basisForArbitration
string
required
Example:

"The parties' parking agreement contains a binding arbitration clause."

statementOfFacts
string
required
Example:

"The claimant alleges unpaid parking fees from January through March 2025."

claims
string
required
Example:

"Breach of contract for failure to pay parking fees."

reliefRequested
string
required
Example:

"Payment of $300.00 in fees and charges."

Response

200 - application/json

Generated statement of response document

respondentName
string
Example:

"Jordan Blake"

respondentAddress
string
Example:

"456 Oak Street"

respondentCity
string
Example:

"Miami"

respondentState
string
Example:

"FL"

respondentZipcode
string
Example:

"33101"

responseToBasis
string
Example:

"I'm not entirely sure about the arbitration requirement. I thought we could just work this out directly."

responseToFacts
string
Example:

"I never received any notices about unpaid fees. I thought my parking was covered by my office lease."

responseToClaims
string
Example:

"I don't think I should have to pay these fees because I wasn't properly notified about them."

reliefRequested
string
Example:

"I just want this cleared up. If I do owe something, I'd like proof of the charges."

certificationName
string
Example:

"Jordan Blake"

certificationDate
string
Example:

"03/25/2025"