Images supported in "Create document" call

When creating a new document with the "Create Document from PandaDoc Template" request, you can upload images to Image blocks and Text blocks added to PandaDoc templates. Please note the blocks in the template should be pre-set before creating a document.

Upload an image as a URL parameter inside a JSON request body in the following format:

"images": [
    	{
    		"name": "TextBlock1",
    		"urls": [
    			"https://s3.amazonaws.com/pd-static-content/public-docs/pandadoc-panda-bear.png"
    		]
    	}
    ]

Also, we support multipart/form-data content type so that you can upload an image through form data.

Image formats supported: GIF, JPG, PNG.

Recommended image size: 680px, 330px and 213px wide are for layouts 1, 2 and 3 respectively in the image block; images can be as tall as you like. We recommend setting your images at 200 resolution (dpi/ppi) to make a good PDF or a printout.