Make

adSet__create

[write] Create an ad set: a project + shared brief + ad type + quality + aspect ratio that many variations are generated from. Free — the credits are charged by adSet.generateBatch.

Remote mesmerpercy/admakeai

Remote (network-hosted)

Other tools also called adSet__create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "adType": {
      "enum": [
        "product_showcase",
        "promotional",
        "testimonial",
        "lifestyle",
        "comparison",
        "announcement"
      ],
      "type": "string"
    },
    "quality": {
      "enum": [
        "low",
        "high",
        "ultra"
      ],
      "type": "string",
      "default": "low"
    },
    "projectId": {
      "type": "string"
    },
    "aspectRatio": {
      "enum": [
        "1:1",
        "4:5",
        "9:16",
        "16:9"
      ],
      "type": "string",
      "default": "1:1"
    },
    "adCopyInstructions": {
      "type": "string",
      "maxLength": 1000
    },
    "additionalImageUrls": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri"
      },
      "default": [],
      "maxItems": 3
    },
    "generalInstructions": {
      "type": "string",
      "minLength": 1
    },
    "adCopyMessagingStyle": {
      "enum": [
        "auto",
        "clickbait",
        "professional",
        "controversial",
        "oneliners",
        "ugc",
        "directResponse",
        "storytelling"
      ],
      "type": "string",
      "default": "auto"
    }
  }
}
          

Provider

Make →