Sign in

Create template

documented

Creates a new signing template with documents and signer roles.

POST /v1/template/createTemplateno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.boldsign.com/v1/template/create" \
  -X POST \
  -H "Accept: application/json" \
  -H "X-API-KEY: {{BOLDSIGN_API_KEY}}" \
  -H "Content-Type: application/json" \
  -d '{"Title": "{{$title}}", "Description": "{{$description}}", "DocumentTitle": "{{$documentTitle}}", "DocumentMessage": "{{$documentMessage}}", "FileUrls": ["{{$fileUrl}}"], "Roles": [{"name": "{{$roleName}}", "index": {{$roleIndex}}, "defaultSignerName": "{{$defaultSignerName}}", "defaultSignerEmail": "{{$defaultSignerEmail}}"}], "HostEmail": "{{$hostEmail}}", "Language": {{$language}}, "Locale": "{{$locale}}", "ImposeAuthentication": "{{$imposeAuthentication}}", "AllowNewFiles": {{$allowNewFiles}}}'"}
Create template · BoldSign · OpenIntegrations