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

# file_uploads_complete

> Finish a multi-part upload once every part has been sent. Single-part and external-URL uploads complete on their own.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.notion.com/v1/file_uploads/{fileUploadId}/complete"}</code></div>

```python notion_file_uploads_complete.py theme={null}
from charter.packs import notion

result = await notion.file_uploads_complete.ainvoke({"fileUploadId": ...})
```

<Note>
  Requires `Insert content`.
</Note>

## Path parameters

<div className="reference-table">
  | Field                                                                | Type     | Description                |
  | -------------------------------------------------------------------- | -------- | -------------------------- |
  | `fileUploadId` <span className="required" title="required">\*</span> | `string` | The ID of the file upload. |
</div>
