PDFShift · Schema

Template

PDFHTML to PDFDocument ConversionScreenshotChromiumREST API

Properties

Name Type Description
success boolean
template object
View JSON Schema on GitHub

JSON Schema

template.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pdfshift/refs/heads/main/json-schema/template.json",
  "title": "Template",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "template": {
      "type": "object",
      "properties": {
        "slug": {
          "type": "string"
        },
        "created": {
          "type": "integer",
          "format": "int64"
        },
        "name": {
          "type": "string"
        }
      }
    }
  }
}