<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/KeywordCreateBulkRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:KeywordCreateBulkRequest"
  },
  "title" : "KeywordCreateBulkRequest"
}
-->

# KeywordCreateBulkRequest

A bulk request to create multiple Keyword objects.

```
object KeywordCreateBulkRequest
```

## Discussion

The `KeywordCreateBulkRequest` object allows creating multiple keywords in a single API call.

### Example

```json
{
  "allowPartialSuccess": true,
  "items": [
    {
      "correlationId": 1,
      "data": {
        "adGroupId": 555666777,
        "text": "awayfinder",
        "matchType": "EXACT",
        "bid": {
          "amount": "2.50",
          "currency": "USD"
        },
        "status": "ENABLED"
      }
    },
    {
      "correlationId": 2,
      "data": {
        "adGroupId": 555666777,
        "text": "travel planner app",
        "matchType": "BROAD",
        "bid": {
          "amount": "1.75",
          "currency": "USD"
        },
        "status": "ENABLED"
      }
    }
  ]
}
```

---

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)