zapsign

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name ZAPSIGN_TOKEN or zero doctor check-connector --url https://sandbox.api.zapsign.com.br/api/v1/docs/ --method GET

How to Use

All examples use the sandbox environment. For production, replace sandbox.api.zapsign.com.br with api.zapsign.com.br.

1. Create Document from PDF URL

Create a document for signature from a public PDF URL:

Write to /tmp/zapsign_request.json:

{
  "name": "Employment Contract",
  "url_pdf": "https://example.com/contract.pdf",
  "lang": "en",
Related skills
Installs
70
GitHub Stars
59
First Seen
Jan 24, 2026