Creates a new contract version on the contract from a previously uploaded file. First call POST /files/upload-url to obtain a pre-signed URL, PUT the file body to S3, then call this endpoint with the returned key.
Documentation Index
Fetch the complete documentation index at: https://alpha.developer.tomorro.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
The unique identifier (UUID) of the contract
"550e8400-e29b-41d4-a716-446655440000"
Storage key returned by POST /files/upload-url.
"signedFiles/550e8400-e29b-41d4-a716-446655440000/files/b3b7bd7b-85f9-49e7-843d-71f656df5ca5"
Original filename of the uploaded file, including extension.
"amendment-v2.docx"
MIME content type of the uploaded file.
"application/pdf"
New contract version created successfully
Unique identifier for the contract version.
"550e8400-e29b-41d4-a716-446655440000"
The contract this contract version belongs to.
"550e8400-e29b-41d4-a716-446655440010"
Version number within the contract.
3
Current status of the contract version.
draft, sent, negotiation, accepted, reviewing, reviewedByExternalParty, signed "draft"
MIME content type of the contract version content.
"application/pdf"
Time at which the contract version was created. Formatted as an ISO 8601 date-time string.
"2024-01-15T10:30:00.000Z"