# publicPlaygroundProxy

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/project/public-project.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/public-project.controller.ts#L1244)

Server-side try-it proxy for the public playground (pinned to the project's declared API hosts)

## Endpoint

`POST /public/p/:slugWithId/playground/proxy`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
