This documentation page is intended for developers looking to integrate the Dielines API into their systems. If you have any questions, please get in touch.

Die Cut Templates provides a hosted API available via HTTPS.

Dielines API allows for generating custom dielines in PDF, DXF, and SVG formats, along with 3D mockups.

To fetch the dieline template (becf-1082c8) via the API, please make a
GET request to https://api.diecuttemplates.com/dieline-templates/in/becf-1082c8


Code Examples



curl -i -X GET \
https://api.diecuttemplates.com/dieline-templates/in/becf-1082c8 \
  -H 'Authorization: Bearer <YOUR_DIELINES_API_KEY_HERE>' \
  -H 'Dielines-Api-Version: 1.0'


require 'uri'
require 'net/http'
require 'openssl'

url = URI('https://api.diecuttemplates.com/dieline-templates/in/becf-1082c8')

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request['Dielines-Api-Version'] = '1.0'
request['Authorization'] = 'Bearer <YOUR_DIELINES_API_KEY_HERE>'

response = http.request(request)
puts response.read_body


$curl = curl_init();

curl_setopt_array($curl, [
  CURLOPT_HTTPHEADER => [
    "Authorization: Bearer  <YOUR_DIELINES_API_KEY_HERE>",
    "Dielines-Api-Version: 1.0"
  ],
  CURLOPT_URL => "https://api.diecuttemplates.com/dieline-templates/in/becf-1082c8",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_CUSTOMREQUEST => "GET",
]);

$response = curl_exec($curl);
$error = curl_error($curl);

curl_close($curl);

if ($error) {
  echo "cURL Error #:" . $error;
} else {
  echo $response;
}

Response

application/json
{
  "dieline_template": {
    "type": "dieline_template",
    "id": "becf-1082c8",
    "group": {
      "type": "dieline_template_group",
      "id": "cartons_tuck_end_boxes",
      "name": "Tuck End Boxes",
      "category": "Cartons"
    },
    "top_flap": {
      "type": "top_flap",
      "id": "chamfer_flap",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/flap_34.png"
    },
    "bottom_flap": {
      "type": "bottom_flap",
      "id": "chamfer_flap",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/flap_34.png"
    },
    "top_tuck": {
      "type": "top_tuck",
      "id": "sit_lock_tuck",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/tuck_4.png"
    },
    "bottom_tuck": {
      "type": "bottom_tuck",
      "id": "sit_lock_tuck",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/tuck_4.png"
    },
    "top_dust_flap": {
      "type": "top_dust_flap",
      "id": "full_angled_dust_flap",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/dust_flap_14.png"
    },
    "bottom_dust_flap": {
      "type": "bottom_dust_flap",
      "id": "slit_lock_dust_flap",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/dust_flap_4.png"
    },
    "glue_flap": {
      "type": "glue_flap",
      "id": "standard_flap",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/glue_flap_1.png"
    },
    "cover": {
      "type": "cover",
      "id": "standard_cover",
      "image": "https://d2atdwxjx7uc4i.cloudfront.net/images/tags/cover_1.png"
    },
    "tags": [
      "top_postal_lock",
      "bottom_postal_lock"
    ],
    "variables": [
      {
        "type": "dieline_template_variable",
        "name": "width",
        "description": "width",
        "data_type": "length",
        "required": true,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/Nj43XRLjyA.svg"
        },
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "length",
        "description": "length",
        "data_type": "length",
        "required": true,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/z6K0JRrk4N.svg"
        },
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "height",
        "description": "height",
        "data_type": "length",
        "required": true,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/VB4AXLOVYk.svg"
        },
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "cross",
        "description": "cross",
        "data_type": "boolean",
        "required": false,
        "default_value": {
          "value": false
        },
        "allowed_values": [
          true,
          false,
          0,
          1
        ],
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "direction",
        "description": "direction",
        "data_type": "boolean",
        "required": false,
        "default_value": {
          "value": false
        },
        "allowed_values": [
          true,
          false,
          0,
          1
        ],
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "glue_margin",
        "description": "glue margin",
        "data_type": "boolean",
        "required": false,
        "default_value": {
          "value": false
        },
        "allowed_values": [
          true,
          false,
          0,
          1
        ],
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "glue_perforation",
        "description": "glue perforation",
        "data_type": "boolean",
        "required": false,
        "default_value": {
          "value": false
        },
        "allowed_values": [
          true,
          false,
          0,
          1
        ],
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "overflow",
        "description": "overflow",
        "data_type": "boolean",
        "required": false,
        "default_value": {
          "value": false
        },
        "allowed_values": [
          true,
          false,
          0,
          1
        ],
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "overflow_margin",
        "description": "overflow margin",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/p3ybV9Q7yv.svg"
        },
        "default_value": {
          "value": 0.1181,
          "unit": "in"
        },
        "childen": []
      },
      {
        "type": "dieline_template_variable",
        "name": "glue_flap",
        "description": "glue flap",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/q74dWj7mYr.svg"
        },
        "default_value": {
          "value": 0.5,
          "unit": "in"
        },
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "glue_flap_y1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/lQ4gBP2LYv.svg"
            },
            "default_value": {
              "value": 0.134,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "glue_flap_y2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/kw4Zj3Go4P.svg"
            },
            "default_value": {
              "value": 0.134,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "top_cover_length",
        "description": "top cover length",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/Wl41XRrDY8.svg"
        },
        "default_value": {
          "value": 1.9341,
          "unit": "in"
        },
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "top_cover_length_x1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/p0YOgQkdYV.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_cover_length_y1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/MvKM9BLPKR.svg"
            },
            "default_value": {
              "value": 1.9721,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_cover_length_x2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/WjKPZaXd4d.svg"
            },
            "default_value": {
              "value": 0.375,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_cover_length_y2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/794aEvaL46.svg"
            },
            "default_value": {
              "value": 0.0781,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_cover_length_y4",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/bnY7XvV540.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_cover_length_r1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/xQyDXAkryD.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "top_tuck_flap",
        "description": "top tuck flap",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/R14JqPBbYZ.svg"
        },
        "default_value": {
          "value": 0.5938,
          "unit": "in"
        },
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "top_tuck_flap_r",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/9jYxZEnJyQ.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_tuck_flap_x1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/GqYwgn6ZYm.svg"
            },
            "default_value": {
              "value": 0.019,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_tuck_flap_y1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/wDYnNZXGYB.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_tuck_flap_x2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/bJyWD6z3KV.svg"
            },
            "default_value": {
              "value": 0.375,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_tuck_flap_y2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/AmyrqWR841.svg"
            },
            "default_value": {
              "value": 0.2969,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "top_dust_flap",
        "description": "top dust flap",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/NJYkWzV9Y7.svg"
        },
        "default_value": {
          "value": 1.2734,
          "unit": "in"
        },
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_x1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/Zv46X6GJKm.svg"
            },
            "default_value": {
              "value": 0.019,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_y1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/GPKzO7pbYv.svg"
            },
            "default_value": {
              "value": 0.2969,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_x2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/LzylRZaZYb.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_y2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/gLyG3Jxwyz.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_x3",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/wN4Q1ajR4v.svg"
            },
            "default_value": {
              "value": 0.2282,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_y3",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/XJyEeqXJyv.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_x4",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/PJ4o38B54A.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "top_dust_flap_x5",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/bJKp0WzpKp.svg"
            },
            "default_value": {
              "value": 0.0781,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "top_postal_lock",
        "description": "top postal lock",
        "data_type": "integer",
        "required": false,
        "default_value": {
          "value": 1
        },
        "allowed_values": [
          1,
          2
        ],
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "tplw",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/z6K0JRW14N.svg"
            },
            "default_value": {
              "value": 1.3281,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "tpll",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/VB4AXLm2Yk.svg"
            },
            "default_value": {
              "value": 1.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "tplh",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/QVyqAWa6yk.svg"
            },
            "default_value": {
              "value": 1.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "tplr",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/lVK5XR2dyz.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "tirnak",
            "description": "lock tab",
            "data_type": "boolean",
            "required": false,
            "default_value": {
              "value": true
            },
            "allowed_values": [
              true,
              false,
              0,
              1
            ],
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "tplx1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/GP49X7oVYx.svg"
            },
            "default_value": {
              "value": 0.1094,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "tply1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/q74dWjQEYr.svg"
            },
            "default_value": {
              "value": 0.057,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "parmak_yeri",
            "description": "lid thumb cut",
            "data_type": "boolean",
            "required": false,
            "default_value": {
              "value": false
            },
            "allowed_values": [
              true,
              false,
              0,
              1
            ],
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "tpld",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/kw4Zj3294P.svg"
            },
            "default_value": {
              "value": 0.6641,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "bottom_cover_length",
        "description": "bottom cover length",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/AN4XJeGGKq.svg"
        },
        "default_value": {
          "value": 1.9341,
          "unit": "in"
        },
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "bottom_cover_length_x1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/OPy8XnEqyQ.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_cover_length_y1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/Bd4ROG2Xyr.svg"
            },
            "default_value": {
              "value": 1.9721,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_cover_length_x2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/L5yjWaQMKl.svg"
            },
            "default_value": {
              "value": 0.375,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_cover_length_y2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/dqymeDk8ye.svg"
            },
            "default_value": {
              "value": 0.0781,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_cover_length_y4",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/mOYBX3VGyR.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_cover_length_r1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/ekKLvarV4O.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "bottom_tuck_flap",
        "description": "bottom tuck flap",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/QA4eWXQWKn.svg"
        },
        "default_value": {
          "value": 0.5938,
          "unit": "in"
        },
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "bottom_tuck_flap_r",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/9AKNdDrW4w.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_tuck_flap_x1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/Nj43XRojyA.svg"
            },
            "default_value": {
              "value": 0.019,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_tuck_flap_y1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/z6K0JRWk4N.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_tuck_flap_x2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/VB4AXLmVYk.svg"
            },
            "default_value": {
              "value": 0.375,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_tuck_flap_y2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/QVyqAWa8yk.svg"
            },
            "default_value": {
              "value": 0.2969,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "bottom_dust_flap",
        "description": "bottom dust flap",
        "data_type": "length",
        "required": false,
        "image": {
          "type": "svg",
          "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/lVK5XR2Wyz.svg"
        },
        "default_value": {
          "value": 1.2734,
          "unit": "in"
        },
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_x1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/qz4vd6zjK9.svg"
            },
            "default_value": {
              "value": 0.019,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_y1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/GP49X7o8Yx.svg"
            },
            "default_value": {
              "value": 0.2969,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_x2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/q74dWjQmYr.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_y2",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/lQ4gBPpLYv.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_x3",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/kw4Zj32o4P.svg"
            },
            "default_value": {
              "value": 0.2282,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_y3",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/QA4eWXQ5Kn.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_x4",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/9AKNdDr94w.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bottom_dust_flap_x5",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/Nj43XRoWyA.svg"
            },
            "default_value": {
              "value": 0.0,
              "unit": "in"
            },
            "childen": []
          }
        ]
      },
      {
        "type": "dieline_template_variable",
        "name": "bottom_postal_lock",
        "description": "bottom postal lock",
        "data_type": "integer",
        "required": false,
        "default_value": {
          "value": 1
        },
        "allowed_values": [
          1,
          2
        ],
        "childen": [
          {
            "type": "dieline_template_variable",
            "name": "bplw",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/p0YOgQB8YV.svg"
            },
            "default_value": {
              "value": 1.3281,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bpll",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/MvKM9B16KR.svg"
            },
            "default_value": {
              "value": 1.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bplh",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/WjKPZaBw4d.svg"
            },
            "default_value": {
              "value": 1.0,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bplr",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/794aEvbp46.svg"
            },
            "default_value": {
              "value": 0.125,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "alt_tirnak",
            "description": "lock tab",
            "data_type": "boolean",
            "required": false,
            "default_value": {
              "value": true
            },
            "allowed_values": [
              true,
              false,
              0,
              1
            ],
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bplx1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/xQyDXA0AyD.svg"
            },
            "default_value": {
              "value": 0.1094,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bply1",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/R14JqPdQYZ.svg"
            },
            "default_value": {
              "value": 0.057,
              "unit": "in"
            },
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "alt_parmak_yeri",
            "description": "lid thumb cut",
            "data_type": "boolean",
            "required": false,
            "default_value": {
              "value": false
            },
            "allowed_values": [
              true,
              false,
              0,
              1
            ],
            "childen": []
          },
          {
            "type": "dieline_template_variable",
            "name": "bpld",
            "description": "",
            "data_type": "length",
            "required": false,
            "image": {
              "type": "svg",
              "url": "https://www.diecuttemplates.com/i2/R14JLxL8KZ/GqYwgn1qYm.svg"
            },
            "default_value": {
              "value": 0.6641,
              "unit": "in"
            },
            "childen": []
          }
        ]
      }
    ],
    "links": [
      {
        "rel": "self",
        "href": "/dieline_templates/in/becf-1082c8",
        "method": "GET"
      },
      {
        "rel": "web",
        "href": "https://www.diecuttemplates.com/dielines/110419/tuck-end-boxes-becf-1082c8",
        "method": "GET"
      },
      {
        "rel": "remove_top_postal_lock",
        "href": "/dieline_templates/in/becf-10891c",
        "method": "GET"
      },
      {
        "rel": "remove_bottom_postal_lock",
        "href": "/dieline_templates/in/becf-108550",
        "method": "GET"
      },
      {
        "rel": "change_top_flap",
        "name": "friction_fit_tuck_in_flap",
        "href": "/dieline_templates/in/becf-1082ce",
        "method": "GET"
      },
      {
        "rel": "change_top_flap",
        "name": "uni_tuck_flap",
        "href": "/dieline_templates/in/becf-1082cf",
        "method": "GET"
      },
      {
        "rel": "change_bottom_flap",
        "name": "friction_fit_tuck_in_flap",
        "href": "/dieline_templates/in/becf-1082cc",
        "method": "GET"
      },
      {
        "rel": "change_bottom_flap",
        "name": "uni_tuck_flap",
        "href": "/dieline_templates/in/becf-1082cb",
        "method": "GET"
      },
      {
        "rel": "change_top_dust_flap",
        "name": "slit_lock_dust_flap",
        "href": "/dieline_templates/in/becf-108289",
        "method": "GET"
      },
      {
        "rel": "change_top_dust_flap",
        "name": "rounded_dust_flap",
        "href": "/dieline_templates/in/becf-1082d1",
        "method": "GET"
      },
      {
        "rel": "change_bottom_dust_flap",
        "name": "full_angled_dust_flap",
        "href": "/dieline_templates/in/becf-108292",
        "method": "GET"
      },
      {
        "rel": "change_bottom_dust_flap",
        "name": "rounded_dust_flap",
        "href": "/dieline_templates/in/becf-1082ad",
        "method": "GET"
      },
      {
        "rel": "change_bottom_tuct",
        "name": "friction_fit_tuck",
        "href": "/dieline_templates/in/becf-10836a",
        "method": "GET"
      },
      {
        "rel": "change_top_tuct",
        "name": "friction_fit_tuck",
        "href": "/dieline_templates/in/becf-108319",
        "method": "GET"
      },
      {
        "rel": "change_glue_tuct",
        "name": "flap_with_lock",
        "href": "/dieline_templates/in/becf-1085de8",
        "method": "GET"
      },
      {
        "rel": "change_glue_tuct",
        "name": "flap_with_separator",
        "href": "/dieline_templates/in/becf-1083058",
        "method": "GET"
      }
    ],
    "images": [
      {
        "type": "svg",
        "url": "https://d2atdwxjx7uc4i.cloudfront.net/d_svg_api/s_11041920251002-2-90mffl.svg"
      }
    ]
  }
} 


Read Dielines API documentation