---
title: "Append text to a pad"
method: POST
path: "/admin/api/pads/{padId}/appendText"
tags: ["Pads"]
---

# Append text to a pad

`POST /admin/api/pads/{padId}/appendText`

Appends text to the end of a pad

## Path parameters

- `padId` string, required

## Request body

- PadAppendTextRequest
  - `authorId` string
  - `text` string

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ether/apis/etherpad-go-api.md) · [All operations](https://skmtc.net/ether/apis/etherpad-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ether/etherpad-go-api/versions/6f3a072916e8/schema)
