Make

adSet__generateBatch

[write] Generate a batch of ad variations from one ad set + per-variation instructions. Enqueues N background jobs and returns their generation IDs.

Remote mesmerpercy/admakeai

Remote (network-hosted)

Other tools also called adSet__generateBatch? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "count": {
      "enum": [
        "1",
        "2",
        "4",
        "6"
      ],
      "type": "string",
      "default": "4"
    },
    "adSetId": {
      "type": "string"
    },
    "quality": {
      "enum": [
        "low",
        "high",
        "ultra"
      ],
      "type": "string"
    },
    "specificInstructions": {
      "type": "string"
    }
  }
}
          

Provider

Make →