Upload a large contract document

Uploads a large document to the specified contract ID.
This API allows you to reference a document that is already uploaded to the filestore and link it to the contract.
Provide the file name, file path, and optional document attributes in the request payload.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the contract

Body Params

Request Model for Large documents

string
required
length ≥ 1

The name of the file to be imported.

string
required
length ≥ 1

The path where the file is stored in the filestore.

DocumentAttributes
object | null

Document attributes like description, tags, etc.

string | null

Worksheet ID for DAI processing

boolean | null
Defaults to false

Flag to indicate if DAI processing should be performed

string | null

Contract type needed during import offline when DAI processing is enabled.

string | null

Checksum calculated for the file. Used by DiscoveryAgent for duplicate detection.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json