Dropbox · Schema

SignatureRequestCreateEmbeddedWithTemplateRequest

Documents

Properties

Name Type Description
template_ids array _t__SignatureRequestCreateEmbeddedWithTemplate::TEMPLATE_IDS
allow_decline boolean _t__SignatureRequestCreateEmbeddedWithTemplate::ALLOW_DECLINE
ccs array _t__Sub::CC::DESCRIPTION
client_id string _t__SignatureRequestCreateEmbeddedWithTemplate::CLIENT_ID
custom_fields array _t__Sub::CustomField::TEMPLATE
files array _t__SignatureRequestCreateEmbeddedWithTemplate::FILES
file_urls array _t__SignatureRequestCreateEmbeddedWithTemplate::FILE_URLS
message string _t__SignatureRequestCreateEmbeddedWithTemplate::MESSAGE
metadata object _t__Sub::Metadata::DESCRIPTION
signers array _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
signing_options object
subject string _t__SignatureRequestCreateEmbeddedWithTemplate::SUBJECT
test_mode boolean _t__SignatureRequestCreateEmbeddedWithTemplate::TEST_MODE
title string _t__SignatureRequestCreateEmbeddedWithTemplate::TITLE
populate_auto_fill_fields boolean _t__SignatureRequestCreateEmbeddedWithTemplate::POPULATE_AUTO_FILL_FIELDS
View JSON Schema on GitHub

JSON Schema

dropbox-signaturerequestcreateembeddedwithtemplaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignatureRequestCreateEmbeddedWithTemplateRequest",
  "title": "SignatureRequestCreateEmbeddedWithTemplateRequest",
  "required": [
    "client_id",
    "template_ids",
    "signers"
  ],
  "properties": {
    "template_ids": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::TEMPLATE_IDS",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "allow_decline": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::ALLOW_DECLINE",
      "type": "boolean",
      "default": false
    },
    "ccs": {
      "description": "_t__Sub::CC::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubCC"
      }
    },
    "client_id": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::CLIENT_ID",
      "type": "string"
    },
    "custom_fields": {
      "description": "_t__Sub::CustomField::TEMPLATE",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubCustomField"
      }
    },
    "files": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::FILES",
      "type": "array",
      "items": {
        "type": "string",
        "format": "binary"
      }
    },
    "file_urls": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::FILE_URLS",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "message": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::MESSAGE",
      "type": "string",
      "maxLength": 5000
    },
    "metadata": {
      "description": "_t__Sub::Metadata::DESCRIPTION",
      "type": "object",
      "maxItems": 10,
      "additionalProperties": {}
    },
    "signers": {
      "description": "_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubSignatureRequestTemplateSigner"
      }
    },
    "signing_options": {
      "$ref": "#/components/schemas/SubSigningOptions"
    },
    "subject": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::SUBJECT",
      "type": "string",
      "maxLength": 255
    },
    "test_mode": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::TEST_MODE",
      "type": "boolean",
      "default": false
    },
    "title": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::TITLE",
      "type": "string",
      "maxLength": 255
    },
    "populate_auto_fill_fields": {
      "description": "_t__SignatureRequestCreateEmbeddedWithTemplate::POPULATE_AUTO_FILL_FIELDS",
      "type": "boolean",
      "default": false
    }
  },
  "type": "object"
}

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/dropbox-signaturerequestcreateembeddedwithtemplaterequest"
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.