---
title: "Create Boilerplate Content"
method: POST
path: "/v3/portals/{portalId}/default-content"
tags: ["Pages"]
---

# Create Boilerplate Content

`POST /v3/portals/{portalId}/default-content`

Creates a default collection of pages, snippets, and customization config for a portal if they do not already exist. This endpoint is optional, you can call it to populate a newly created developer portal with default content, but it is not required. Existing pages and snippets will not be modified or deleted. If used, it is typically called once per portal shortly after creation.

## Path parameters

- `portalId` string, uuid, required

## Response `201`

Summary of created default content

- DefaultContent — Summary of created default content
  - `pages` string[], required
  - `snippets` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b31b9b097e6d/schema)
