>_

SpendSignoff documentation

The always-on operator for your ad accounts. Read and draft from your AI client — approve before anything goes live.

API reference / LinkedIn Ads

Generate LinkedIn Ad Creatives

POST/v1/linkedin-ads/generate-linkedin-ad-creatives

Generate LinkedIn Ad Creatives on LinkedIn Ads.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.
creative_idstringnoTarget creative.
ad_idstringnoTarget ad.

Example request

POST /v1/linkedin-ads/generate-linkedin-ad-creatives

{
  "account_id": "account_a91f",
  "creative_id": "creative_a91f",
  "ad_id": "ad_a91f"
}

Example response

200 — OK

{
  "data": [
    {
      "id": "camp_a91f",
      "name": "Q2 Brand",
      "status": "ENABLED"
    }
  ],
  "page": {
    "next": null
  }
}

More LinkedIn Ads endpoints

    Generate LinkedIn Ad Creatives — LinkedIn Ads API — SpendSignoff