DocSpring · Example Payload

Create Folder

Organize templates into folders

PDFDocument GenerationPDF TemplatesE-SignaturesFormsHTML to PDFDocument Automation

Create Folder is an example object payload from DocSpring, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "Create a Folder",
  "description": "Organize templates into folders",
  "request": {
    "folder": {
      "name": "HR Documents",
      "parent_folder_id": null
    }
  },
  "response": {
    "id": "fld_000000000000001",
    "name": "HR Documents",
    "path": "HR Documents",
    "parent_folder_id": null
  }
}