Skip to main content
POST
/
vault
/
{id}
/
objects
/
{objectId}
/
summarize
{
  "jobId": "<string>",
  "casemarkWorkflowId": "<string>",
  "workflowType": "<string>",
  "statusUrl": "<string>"
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Vault ID

objectId
string
required

Object ID within the vault

Body

application/json
workflowType
string
default:SUMMARIZE_FILES

Type of CaseMark workflow to run

outputFormat
enum<string>
default:PDF

Output format for the summary document

Available options:
PDF,
WORD

Response

Summary workflow created successfully

jobId
string

Case.dev job ID for tracking

status
enum<string>

Current job status

Available options:
pending,
processing,
completed,
failed
casemarkWorkflowId
string

CaseMark workflow ID

workflowType
string

Type of workflow being executed

statusUrl
string

URL to check job status