POST /api/v2/template/create-general
Content-Type: application/json
Authorization: Bearer "Access Token"
{
"title": "공문",
"options": {
"meet": false,
"signer_order": true
},
"document_file" : {
"extension" : "pdf",
"file" : "base64"
},
"signer": [
{
"index": 1,
"type": "SIGNATORY",
"sign_method": "SIMPLE",
"name": "(주)한국정보인증",
"contact": "webmaster@signok.com",
"items": [
{
"type": "STAMP",
"alias": "도장",
"required": true,
"width": 50,
"height": 50,
"x": 380,
"y": 664,
"page": 1
}
],
"attach_files": []
}
]
}
{
"result": {
"id": "문서 ID",
"signer": [
{
"index": 1,
"name": "(주)한국정보인증",
"view_url": "https://doc.signok.com/linkUrl?ABCdef123456"
}
]
},
"code": "200",
"message": "success"
}