# POST /transcripts/:transcript_id/recording/rehost

**Resource:** [Transcripts](./transcripts.md)  
**MCP tool:** `rehost_transcript_recording`  
**Scopes:** `transcripts:write`  
**Write operation:** yes

Re-host a transcript recording from external storage into the workspace bucket.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `transcript_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/transcripts/:transcript_id/recording/rehost"   -H "Authorization: Bearer YOUR_API_KEY"
```

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