cURL
curl --request POST \ --url https://app.enzo.health/api/v1/esign/templates/{templatePublicId}/fill \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fieldValues": {}, "complete": false } '
{ "data": { "organizationId": "<string>", "instanceId": "<string>", "publicId": "<string>", "status": "<string>", "message": "<string>", "fileUrl": "<string>", "bucketId": "<string>" } }
Create a template instance with pre-filled field values for a reusable template. Optionally complete the document immediately.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Field ID to value mapping
Show child attributes
Whether to immediately complete the document and generate the PDF
Successful response