{
"name": "2025年租赁合同",
"fileUrl": "https://xxx.com/files/contract.pdf",
"deadline": "2025-12-31 23:59:59",
"remark": "请在签署前仔细阅读合同条款",
"participants": [
{
"type": "personal",
"signatoryName": "甲方",
"companyName": "深圳XX科技有限公司",
"userName": "张三",
"userMobile": "13800138000",
"signPosition": "page\":1,\"x\":100,\"y\":200"
}
]
}curl --location --request POST '/api/v1/seal/sign-tasks/create-from-file' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "2025年租赁合同",
"fileUrl": "https://xxx.com/files/contract.pdf",
"deadline": "2025-12-31 23:59:59",
"remark": "请在签署前仔细阅读合同条款",
"participants": [
{
"type": "personal",
"signatoryName": "甲方",
"companyName": "深圳XX科技有限公司",
"userName": "张三",
"userMobile": "13800138000",
"signPosition": "page\":1,\"x\":100,\"y\":200"
}
]
}'{
"code": 0,
"msg": "string",
"data": 0
}