Box · Schema

Sign Request Prefill Tag

Prefill tags are used to prefill placeholders with signer input data. Only one value field can be included.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
document_tag_id string This references the ID of a specific tag contained in a file of the sign request.
text_value string Text prefill value
checkbox_value boolean Checkbox prefill value
date_value string Date prefill value
View JSON Schema on GitHub

JSON Schema

box-signrequestprefilltag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignRequestPrefillTag",
  "title": "Sign Request Prefill Tag",
  "type": "object",
  "description": "Prefill tags are used to prefill placeholders with signer input data. Only\none value field can be included.",
  "properties": {
    "document_tag_id": {
      "type": "string",
      "example": "1234",
      "description": "This references the ID of a specific tag contained in a file of the sign request.",
      "nullable": true
    },
    "text_value": {
      "type": "string",
      "example": "text",
      "description": "Text prefill value",
      "nullable": true
    },
    "checkbox_value": {
      "type": "boolean",
      "example": true,
      "description": "Checkbox prefill value",
      "nullable": true
    },
    "date_value": {
      "type": "string",
      "format": "date",
      "example": "2021-04-26",
      "description": "Date prefill value",
      "nullable": true
    }
  }
}

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/box-signrequestprefilltag"
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 email required.

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