cURL
curl --request POST \ --url https://api.scoutline.com/v1/drafting/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "motion", "context": "<string>", "options": {} } '
{ "jobId": "<string>", "status": "<string>", "estimatedCompletion": "2023-11-07T05:31:56Z" }
Initiates an agentic drafting workflow to generate complex legal filings or briefs based on case context.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
motion
brief
contract
Drafting job initiated
Was this page helpful?
Contact support