> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# UploadFileRequestBody

## Example Usage

```typescript theme={null}
import { UploadFileRequestBody } from "@openrouter/sdk/models/operations";

// No examples available for this model
```

## Fields

| Field  | Type                                                                                                                                                                                                      | Required             | Description |
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `file` | [File](https://developer.mozilla.org/en-US/docs/Web/API/File) \| [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) \| [operations.UploadFileFile](../../models/operations/uploadfilefile.mdx) | :heavy\_check\_mark: | N/A         |
