Generate document from evidence
filings
Generate document from evidence
Uses AI to generate a document filing based on uploaded evidence files. Returns the generated document fields.
POST
Generate document from evidence
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Body
application/json
Response
200 - application/json
Successfully generated document
Example:
{
"claimantName": "John Smith",
"respondentName": "Jane Doe"
}