Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Response
Contract uploaded successfully
Response schema for contract upload.
Attributes: process_status_uuid (UUID): The UUID of the contract processing status. message (str): A message indicating the status of the upload.
The UUID of the contract processing status. Use this to track the contract parsing progress.
Example:
"123e4567-e89b-12d3-a456-426614174000"
A message indicating the status of the upload.
Example:
"Contract uploaded successfully and is being processed"
