# POST /spreadsheets/:spreadsheet_id/rows

**Resource:** [Spreadsheets](./spreadsheets.md)  
**MCP tool:** `append_spreadsheet_row`  
**Scopes:** `spreadsheets:write`  
**Write operation:** yes

Append a row to a spreadsheet.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `spreadsheet_id` | path | string | yes |  |
| `cells` | body | object | no |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/spreadsheets/:spreadsheet_id/rows"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"cells":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`