Skip to main content

Add an attachment to a signature request

POST 

/signature-requests/:SR_ID/attachments

Use this endpoint to provide supplementary documents (for example, Terms & Conditions or appendices) to participants of a SignatureRequest.

Attachments are delivered to participants together with the SignatureRequest.

Content type limits: The Skribble API accepts PDF files, image files, Microsoft Office files, and plain text files.

Allowed content types:

  • application/pdf
  • application/x-tika-msoffice
  • application/x-tika-ooxml
  • application/msword
  • application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • application/vnd.ms-word.document.macroEnabled.12
  • application/vnd.ms-excel
  • application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  • application/vnd.ms-excel.sheet.macroenabled.12
  • application/vnd.ms-powerpoint
  • application/vnd.openxmlformats-officedocument.presentationml.presentation
  • application/vnd.ms-powerpoint.presentation.macroEnabled.12
  • image/gif
  • image/jpeg
  • image/png
  • text/plain

Content size limits: The maximum size of a single attachment is approximately 40 MB. The maximum request size is 60 MB.

Amount limits: There is currently no limit on the number of attachments per SignatureRequest. Abuse of this service may result in enforced limits.

Request

Responses

OK