For AI agents: visit https://developers.modusign.co.kr/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Added
-
서명 필드에 allowedGenerationMethods 속성에서 SIGN_DRAWING 값을 지정하면, 사인 입력 시 ‘그리기만’ 허용하는 방식으로 설정할 수 있습니다.
-
이 설정은 사인 전용 필드뿐 아니라 사인/도장 겸용 필드에서도 아래와 같이 활용할 수 있습니다.
-
| 필드 유형 | 사용 가능 allowedGenerationMethods |
|---|
| 사인 | SIGN_DRAWING |
| 도장 | STAMP_IMAGE |
| 사인/도장 | SIGN_DRAWING , STAMP_IMAGE 모두 지원 |