zapsign
OfficialZapSign e-signature API via curl.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables creating and managing electronic signatures, signers, and tracking status via ZapSign's API.
Core Features & Use Cases
- Create documents for signatures
- Add signers with various authentication methods
- Track signing status and retrieve signed files
Quick Start
curl -s -X POST "https://sandbox.api.zapsign.com.br/api/v1/docs/" -H "Authorization: Bearer ${ZAPSIGN_API_TOKEN}" -H "Content-Type: application/json" -d '{"name": "Service Agreement","signers":[{"name": "Client","email": "client@example.com"}]}' | jq .
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: zapsign Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#zapsign Please download this .zip file, extract it, and install it in the .claude/skills/ directory.