# Upload a video selfie chunk

`POST /omni/video-selfie/upload/part` · [developer.incode.com ↗](https://developer.incode.com/reference/introduction)

> Upload a video selfie chunk

Upload a single chunk of the video selfie. Chunks must be between 5MB and 10MB, except for the last chunk which can be smaller.

## Authentication

| Header | Required | Notes |
|---|---|---|
| `x-api-key` | yes | API key for the region/environment. |
| `api-version` | yes | API version, defaults to `1.0`. |

**Category:** Video selfie

## Sources

- Public reference: <https://developer.incode.com/reference/introduction>
- Reconstructed from the Incode Omni OpenAPI spec (operation `uploadVideoSelfiePart`); see the Implementation pane for source & tests.

