# POST /spreadsheets/:spreadsheet_id/rows/bulk

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

Bulk-append rows.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `spreadsheet_id` | path | string | yes |  |
| `rows` | body | array | yes |  |

## Request example

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

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