PDFfiller · Schema

FillableForm

A shareable document fill request (LinkToFill) created from a template.

PDFE-SignatureDocument-ManagementForm BuilderPDF EditingElectronic SignatureDocument Workflow

Properties

Name Type Description
id integer Unique identifier for the fillable form (link_to_fill_id)
document_id integer ID of the source template
name string Name of the fillable form
access string Access level: public (anyone with link) or private (requires account)
status string Whether the form is accepting submissions
email_required boolean Whether fillers must provide their email address
name_required boolean Whether fillers must provide their name
allow_downloads boolean Whether fillers can download the completed document
redirect_url stringnull URL to redirect fillers after form completion
custom_message stringnull Custom message shown to fillers
notification_emails array Email addresses to notify on new submissions
notifications string Notifications mode setting
reusable boolean If true, a new fillable copy is created for each submission
enforce_required_fields boolean Prevent form from being closed before all required fields are filled
welcome_screen boolean Show a welcome agreement screen each time the form is opened
short_url string Shareable short URL for the fillable form
callback_url stringnull Webhook URL called when a form is submitted
signature_stamp stringnull Type of signature stamp applied
custom_logo_id integernull ID of custom branding logo to display
folder_id integernull ID of the folder containing this form
created_at string Timestamp when the form was created
updated_at string Timestamp when the form was last updated
View JSON Schema on GitHub

JSON Schema

pdffiller-fillable-form.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.pdffiller.com/v2/schemas/fillable-form",
  "title": "FillableForm",
  "description": "A shareable document fill request (LinkToFill) created from a template.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for the fillable form (link_to_fill_id)"
    },
    "document_id": {
      "type": "integer",
      "description": "ID of the source template"
    },
    "name": {
      "type": "string",
      "description": "Name of the fillable form"
    },
    "access": {
      "type": "string",
      "enum": ["public", "private"],
      "description": "Access level: public (anyone with link) or private (requires account)"
    },
    "status": {
      "type": "string",
      "enum": ["active", "inactive"],
      "description": "Whether the form is accepting submissions"
    },
    "email_required": {
      "type": "boolean",
      "description": "Whether fillers must provide their email address"
    },
    "name_required": {
      "type": "boolean",
      "description": "Whether fillers must provide their name"
    },
    "allow_downloads": {
      "type": "boolean",
      "description": "Whether fillers can download the completed document"
    },
    "redirect_url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL to redirect fillers after form completion"
    },
    "custom_message": {
      "type": ["string", "null"],
      "description": "Custom message shown to fillers"
    },
    "notification_emails": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "email"
      },
      "description": "Email addresses to notify on new submissions"
    },
    "notifications": {
      "type": "string",
      "description": "Notifications mode setting"
    },
    "reusable": {
      "type": "boolean",
      "description": "If true, a new fillable copy is created for each submission"
    },
    "enforce_required_fields": {
      "type": "boolean",
      "description": "Prevent form from being closed before all required fields are filled"
    },
    "welcome_screen": {
      "type": "boolean",
      "description": "Show a welcome agreement screen each time the form is opened"
    },
    "short_url": {
      "type": "string",
      "format": "uri",
      "description": "Shareable short URL for the fillable form"
    },
    "callback_url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "Webhook URL called when a form is submitted"
    },
    "signature_stamp": {
      "type": ["string", "null"],
      "description": "Type of signature stamp applied"
    },
    "custom_logo_id": {
      "type": ["integer", "null"],
      "description": "ID of custom branding logo to display"
    },
    "folder_id": {
      "type": ["integer", "null"],
      "description": "ID of the folder containing this form"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the form was created"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the form was last updated"
    }
  },
  "required": ["id", "document_id", "name", "status"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pdffiller-fillable-form"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.