Creating templates
Create a template from an existing PDF. After creation, place fields against named signer roles in the dashboard or programmatically.
POST /v1/templates
curl https://api.permissio.us/v1/templates \
-H "Authorization: Bearer $PERMISSIO_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Standard NDA",
"source_url": "https://files.example.com/nda.pdf"
}'
A template is identified by a stable template_id.