{ "info": { "name": "Neutrino API", "_postman_id": "4331d9e5-bdec-482c-a2df-1848f0c337a5", "description": "The general-purpose API", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "Imaging", "description": "APIs for imaging and rendering", "item": [ { "id": "a85eb34e-2a5c-4d3f-b5d7-1b15a3f49279", "name": "HTML Render", "request": { "url": { "host": "{{default}}", "path": [ "html-render" ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/octet-stream,application/json", "disabled": false } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "content", "value": "
Hello, this is a test page...
", "disabled": false, "type": "text", "description": "The HTML content. This can be either a URL to load from, a file upload (multipart/form-data) or an HTML content string" }, { "key": "format", "value": "PDF", "disabled": false, "type": "text", "description": "Which format to output, available options are: PDF, PNG, JPG" }, { "key": "page-size", "value": "A4", "disabled": false, "type": "text", "description": "Set the document page size, can be one of: A0 - A9, B0 - B10, Comm10E, DLE or Letter" }, { "key": "title", "value": "title38", "disabled": false, "type": "text", "description": "The document title" }, { "key": "margin", "value": "0", "disabled": false, "type": "text", "description": "The document margin (in mm)" }, { "key": "margin-left", "value": "0", "disabled": false, "type": "text", "description": "The document left margin (in mm)" }, { "key": "margin-right", "value": "0", "disabled": false, "type": "text", "description": "The document right margin (in mm)" }, { "key": "margin-top", "value": "0", "disabled": false, "type": "text", "description": "The document top margin (in mm)" }, { "key": "margin-bottom", "value": "0", "disabled": false, "type": "text", "description": "The document bottom margin (in mm)" }, { "key": "landscape", "value": "false", "disabled": false, "type": "text", "description": "Set the document to landscape orientation" }, { "key": "zoom", "value": "1", "disabled": false, "type": "text", "description": "Set the zoom factor when rendering the page (2.0 for double size, 0.5 for half size)" }, { "key": "grayscale", "value": "false", "disabled": false, "type": "text", "description": "Render the final document in grayscale" }, { "key": "css", "value": "css38", "disabled": false, "type": "text", "description": "Inject custom CSS into the HTML. e.g. 'body { background-color: red;}'" }, { "key": "image-width", "value": "1024", "disabled": false, "type": "text", "description": "If rendering to an image format (PNG or JPG) use this image width (in pixels)" }, { "key": "image-height", "value": "99", "disabled": false, "type": "text", "description": "If rendering to an image format (PNG or JPG) use this image height (in pixels). The default is automatic which dynamically sets the image height based on the content" }, { "key": "delay", "value": "0", "disabled": false, "type": "text", "description": "Number of seconds to wait before rendering the page (can be useful for pages with animations etc)" }, { "key": "page-width", "value": "64.9865729012464", "disabled": false, "type": "text", "description": "Set the PDF page width explicitly (in mm)" }, { "key": "page-height", "value": "64.9865729012464", "disabled": false, "type": "text", "description": "Set the PDF page height explicitly (in mm)" }, { "key": "timeout", "value": "300", "disabled": false, "type": "text", "description": "Timeout in seconds. Give up if still trying to load the HTML content after this number of seconds" }, { "key": "ignore-certificate-errors", "value": "false", "disabled": false, "type": "text", "description": "Ignore any TLS/SSL certificate errors" }, { "key": "header", "value": "