<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Create-a-Creative",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "rest:apple_ads:post:v5-creatives"
  },
  "title" : "Create a Creative"
}
-->

# Create a Creative

Creates a creative object within an organization.

## Discussion

Use this endpoint to create a [`Creative`](/documentation/apple_ads/Creative) object within your organization using your `productPageId`.

### Payload example: Create a creative

**Request:**

```
POST https://api.searchads.apple.com/api/v5/creatives

{
  "adamId": 899247964,
  "name": "Trip Trek CPP variation",
  "type”: "CUSTOM_PRODUCT_PAGE",
  "productPageId": "45812c9b-c296-43d3-c6a0-c5a02f74bf6e"
}
```

**Response:**

```json
{
    "id": 94895512,
    "orgId": 39872140,
    "adamId": 899247964,
    "name": "Trip Trek CPP variation",
    "type": "CUSTOM_PRODUCT_PAGE",
    "state": "VALID",
    "stateReasons": [],
    "creationTime": "2024-10-09T06:48:22.812Z",
    "modificationTime": "2024-107-09T06:48:22.812Z",
    "productPageId": "45812c9b-c296-43d3-c6a0-c5a02f74bf6e"
  }
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)