Skip to main content
POST
Approve a request and finalize its PDF

Authorizations

Authorization
string
header
required

Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.

Path Parameters

requestId
string<uuid>
required

Response

File metadata

id
string<uuid>
required
matterId
string<uuid>
required
owner
string
required
status
enum<string>
required
Available options:
active,
archived
uploadStatus
enum<string>
required
Available options:
pending,
uploaded
fileName
string
required
crid
string
required
key
string
description
string
uploadedOn
string<date-time>
downloadUrl
string<uri>
creditorCreationDate
string<date-time>
uploadedBy
string
lastViewed
string<date-time>
lastViewedBy
string
lastDownloaded
string<date-time>
lastDownloadedBy
string
fileType
string
metadata
object | null

Optional metadata associated with the file

fileAttributes
object

Per-file statistics computed asynchronously after upload. Absent until the file has been analyzed. PDF-structural stats nest under the application/pdf key; sizeBytes and contentType are general and apply to any analyzed file.

redactionSummary
object

Per-file aggregate of redaction jobs. Only present on File responses when ?redactionSummary=true is set and the file has at least one redaction. latestStatus reflects the most recently created job.