Skip to content
Last updated

There are two ways to send an envelope using the Signable API, depending on the type of workflow you're building:

  1. Upload a document directly
  2. Use a Template

Each approach gives you flexibility in how documents, fields, and signers are handled.

💡 If you're new to the API
Before continuing, make sure you're authenticated. See the Authentication guide for instructions on using your API key.

Only one document input method can be used per request.
For example, you cannot upload a document and also provide a template fingerprint.


🔄 Choosing the right approach

MethodBest forFlexible fields?
Uploaded DocumentOne-off or ad-hoc documentsYes (via tags)
TemplateReusable forms you send oftenYes (prefill via merge fields)

📚 Available guides

Each guide includes step-by-step instructions, example payloads, and recommendations for best results.