# PlaygroundProxyTarget

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/playground-proxy.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/playground-proxy.service.ts#L17)

The playground's try-it request, forwarded verbatim by the browser.

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `method` | `string` |
| `headers` | `Record<string, string>` |
| `body` | `unknown` |
| `multipart` | `PlaygroundProxyPart[]` |
| `bodyBase64` | `string` |
