---
title: "POST /v1/seo/pages/bulk-upsert"
method: POST
path: "/v1/seo/pages/bulk-upsert"
tags: ["seo"]
---

# POST /v1/seo/pages/bulk-upsert

`POST /v1/seo/pages/bulk-upsert`

Bulk upsert SEO integration pages (used by CI/CD build script)

## Request body

- union
  - object
  - BulkUpsertSeoPagesParams
    - `pages` SeoIntegrationPage[], required
      - `appSlugs` string[]
      - `contentStatus` string
      - `createdAt` string — Timestamps.
      - `faqs` SeoFAQ[]
        - `answer` string
        - `question` string
      - `heroDescription` string — AI-generated content.
      - `id` string
      - `integrationStatus` string — Status tracking.
      - `isPublished` boolean
      - `keywords` string[]
      - `metaDescription` string
      - `pageType` string
      - `requestCount` integer
      - `slug` string
      - `title` string — SEO metadata.
      - `updatedAt` string
      - `useCases` SeoUseCase[]
        - `description` string
        - `title` string

## Response `200`

OK

- BulkUpsertSeoPagesSuccessResponse
  - `code` integer
  - `data` BulkUpsertResultData
    - `totalReceived` integer
    - `upsertedCount` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
