---
title: Bulk Update 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-update
---

# Bulk Update Keywords

Updates multiple keywords in a single request.

## URL

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

## 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 updates multiple keywords in a single request. Each item in the items array must include the keyword id. You can update only bid and status per keyword. The keyword text and matchType are immutable after creation. This endpoint is well-suited for batch bid adjustments. For example, raise bids on high-performing keywords after a performance review, or pause a set of underperforming keywords in one call. Payload Examples

## See Also

### Keywords

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