Add a field/section to a document. Can create single field or multiple fields at once.
Field Types:
TEXT - Rich text content section (Tiptap editor format)HTML - Raw HTML content with custom styling (API-only, sanitized for security)FORM - Form with input fields for signersPDF - PDF file sectionPRODUCT_TABLE - Product/service table with pricingField Position: Determines the order fields appear in the document (0-based index).
Field Metadata: Each field type has specific metadata requirements. See schema documentation for details.
HTML Field Security: HTML fields accept raw HTML but are automatically sanitized server-side to allow only safe formatting tags (p, div, span, headings, lists, tables, images) and basic CSS styling. Links, script tags, and dangerous attributes are stripped. Images support HTTP/HTTPS URLs and data URIs for inline images.
Bearer token for API authentication
Body
Error response
Error response
Error message describing what went wrong