---
title: "Create Pages For Room"
method: POST
path: "/rooms/{room_id}/pages/create_many"
tags: ["room"]
---

# Create Pages For Room

`POST /rooms/{room_id}/pages/create_many`

Create new pages in a meeting room (Bulk API)

## Request body

- Page[]
  - `entities` Entity[]
    - `type` 'Image', required — Type of entity in a page. Currently, manipulation through the API is only allowed for Image entities. - Image: Image
    - `src` string — Source url (required for Image)
    - `fixed` boolean — If true, entity is created in a locked state
  - `size` object — Size of a page
    - `width` integer, required
    - `height` integer, required
  - `index` integer

## Response `200`

Successful operation

- object
  - `pages` object[] — Created pages
    - `id` string
    - `entities` Entity
      - `type` 'Image', required — Type of entity in a page. Currently, manipulation through the API is only allowed for Image entities. - Image: Image
      - `src` string — Source url (required for Image)
      - `fixed` boolean — If true, entity is created in a locked state

## Other responses

- `400` — Invalid Parameters Supplied or Unauthenticated or Unauthorized
- `500` — Validation exception

---

[API](https://skmtc.net/pplink/apis/pagecall-public-api-openapi-3-0.md) · [All operations](https://skmtc.net/pplink/apis/pagecall-public-api-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pplink/pagecall-public-api-openapi-3-0/revisions/c6a9d7e46d2a/schema)
