PDFShift · Schema

BasicAuthForm

PDFHTML to PDFDocument ConversionScreenshotChromiumREST API

Properties

Name Type Description
username string
password string
View JSON Schema on GitHub

JSON Schema

basicauthform.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pdfshift/refs/heads/main/json-schema/basicauthform.json",
  "title": "BasicAuthForm",
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "default": null
    },
    "password": {
      "type": "string",
      "default": null
    }
  }
}