{
  "openapi": "3.0.1",
  "info": {
    "title": "Signature Generator",
    "description": "Create professional email signatures in seconds! Choose from multiple templates, customize with your brand colors and logo, add social media icons, and export to HTML (copy-paste ready for Gmail/Outlook), PNG, JPG, or SVG. All outputs are saved to the dataset and downloadable from the Storage tab.",
    "version": "1.0",
    "x-build-id": "mpkj9gANehBItag5y"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~signature-generator/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-signature-generator",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~signature-generator/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-signature-generator",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~signature-generator/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-signature-generator",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "name",
          "email",
          "template"
        ],
        "properties": {
          "name": {
            "title": "Full Name",
            "type": "string",
            "description": "Your full name - displayed prominently as the signature headline in your chosen brand color"
          },
          "title": {
            "title": "Job Title",
            "type": "string",
            "description": "Your professional title or position - appears below your name to establish credibility"
          },
          "company": {
            "title": "Company Name",
            "type": "string",
            "description": "Your company or organization name - displayed below your job title"
          },
          "email": {
            "title": "Email Address",
            "type": "string",
            "description": "Your professional email address - rendered as a clickable mailto link in the signature"
          },
          "phone": {
            "title": "Phone Number",
            "type": "string",
            "description": "Your contact phone number (optional) - displayed with a phone icon or P: prefix for easy identification"
          },
          "website": {
            "title": "Website URL",
            "type": "string",
            "description": "Your personal or company website (optional) - shown as a clickable link without https:// prefix for clean appearance"
          },
          "address": {
            "title": "Physical Address",
            "type": "string",
            "description": "Your business address (optional) - useful for establishing local presence or meeting locations"
          },
          "template": {
            "title": "Signature Template",
            "enum": [
              "minimalist",
              "corporate",
              "creative",
              "modern"
            ],
            "type": "string",
            "description": "Choose your signature design style. Each template creates a professional email signature optimized for Gmail, Outlook, and Apple Mail. Preview examples at https://apify.com/your-username/signature-generator",
            "default": "minimalist"
          },
          "socialMedia": {
            "title": "Social Media Links",
            "type": "object",
            "description": "Add clickable social media icons to your signature. Icons will display as professional brand-colored badges with platform logos (LinkedIn, Twitter/X, GitHub, Facebook, Instagram). All fields are optional.",
            "properties": {
              "linkedin": {
                "title": "LinkedIn Profile URL",
                "type": "string",
                "description": "Add a clickable LinkedIn icon with your profile link",
                "example": "https://www.linkedin.com/in/johndoe"
              },
              "twitter": {
                "title": "Twitter/X Profile URL",
                "type": "string",
                "description": "Add a clickable X (Twitter) icon with your profile link",
                "example": "https://twitter.com/johndoe"
              },
              "github": {
                "title": "GitHub Profile URL",
                "type": "string",
                "description": "Add a clickable GitHub icon with your profile link",
                "example": "https://github.com/johndoe"
              },
              "facebook": {
                "title": "Facebook Profile URL",
                "type": "string",
                "description": "Add a clickable Facebook icon with your profile link",
                "example": "https://facebook.com/johndoe"
              },
              "instagram": {
                "title": "Instagram Profile URL",
                "type": "string",
                "description": "Add a clickable Instagram icon with your profile link",
                "example": "https://instagram.com/johndoe"
              }
            }
          },
          "branding": {
            "title": "Brand Customization",
            "type": "object",
            "description": "Personalize your signature with brand colors, logo, and fonts. Your logo will be prominently displayed and colors will be applied to names, links, and icons throughout the signature.",
            "properties": {
              "logoUrl": {
                "title": "Company Logo URL",
                "type": "string",
                "description": "Direct URL to your company logo image (PNG, JPG, or SVG). The logo will be displayed at optimal size and works in all email clients.",
                "example": "https://example.com/logo.png"
              },
              "primaryColor": {
                "title": "Primary Color",
                "type": "string",
                "description": "Main brand color as hex code (e.g., #0066cc). Applied to your name, headings, and key elements.",
                "default": "#000000",
                "example": "#0066cc"
              },
              "secondaryColor": {
                "title": "Secondary Color",
                "type": "string",
                "description": "Accent color as hex code (e.g., #666666). Used for job title, social icons, and secondary elements.",
                "example": "#666666"
              },
              "fontFamily": {
                "title": "Font Family",
                "type": "string",
                "description": "Font for the entire signature. Use web-safe fonts like Arial, Georgia, or Verdana for best email client compatibility.",
                "default": "Arial, Helvetica, sans-serif",
                "example": "Georgia, serif"
              }
            }
          },
          "outputFormats": {
            "title": "Output Formats",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose output formats. HTML: Copy-paste directly into Gmail/Outlook settings. PNG/JPG: Download images for email clients or social media. SVG: Vector format for print materials. All files are saved to the Apify dataset and downloadable from the 'Storage' tab after the run completes.",
            "items": {
              "type": "string",
              "enum": [
                "html",
                "png",
                "jpg",
                "svg"
              ]
            },
            "default": [
              "html"
            ]
          },
          "imageWidth": {
            "title": "Image Width (pixels)",
            "minimum": 400,
            "maximum": 1200,
            "type": "integer",
            "description": "Width for PNG/JPG image exports in pixels. Height is automatically calculated to maintain aspect ratio. Recommended: 600px for email, 800-1200px for high-resolution needs.",
            "default": 600
          },
          "includeDisclaimer": {
            "title": "Include Email Disclaimer",
            "type": "boolean",
            "description": "Add a legal/confidentiality disclaimer at the bottom of your signature in small, subtle text. Commonly required for corporate, legal, or financial communications.",
            "default": false
          },
          "disclaimerText": {
            "title": "Disclaimer Text",
            "type": "string",
            "description": "Your custom disclaimer text (only shown if 'Include Email Disclaimer' is enabled). Will appear in small, gray text below your signature. Common uses: confidentiality notices, legal disclaimers, or regulatory compliance text."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}