---
title: Bulk Create Keywords
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/post-keywords-bulk-create
---

# Bulk Create Keywords

Creates multiple keywords in a single request.

## URL

POST https://api.ads.apple.com/v1/keywords/bulk-create

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint creates multiple keywords in a single request. Each item in the items array contains a correlationId and a data object with the keyword fields. The adGroupId and text fields are required per item. You can optionally set bid to override the ad group’s default bid. A single request can create keywords across different ad groups. This makes the endpoint well-suited for seeding a new campaign structure with a full keyword list in one call, rather than creating keywords one ad group at a time. Payload Examples

## See Also

### Keywords

- [Bulk Update Keywords](apple-ads-platform-api/post-keywords-bulk-update.md)
