# RequestData

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts#L57)

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `method` | `string` |
| `headers` | `Record<string, string>` |
| `queryParams` | `Record<string, string>` |
| `pathParams` | `Record<string, string>` |
| `body` | `string | FormData | File` |
| `bodyKind` | `BodyShape['kind']` |
