---
title: "Uploads a video or audio file"
method: POST
path: "/v1/upload"
tags: ["upload"]
---

# Uploads a video or audio file

`POST /v1/upload`

Upload a video or audio file for analysis and receive a notification upon completion

## Request body

- GithubComMeetgeekaiApiInternalModelsUploadRequest — User account information with user id and username
  - `download_url` string, required — A publicly accessible URL that initiates a direct download when accessed
  - `language_code` string — Please consult the [appendix](/api-reference/v1/appendix-language-codes) for all available language code options
  - `template_name` string — Please consult the [appendix](/api-reference/v1/appendix-template-names) for all available meeting template options

## Response `202`

Accepted

- GithubComMeetgeekaiApiInternalModelsUploadResponse
  - `message` string — This response only confirms the submission status. The final analysis status will be sent later via a webhook. For more details, refer to the [appendix](/api-reference/v1/appendix-webhooks) for information on webhooks.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/meetgeek/apis/meetgeek-api.md) · [All operations](https://skmtc.net/meetgeek/apis/meetgeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meetgeek/meetgeek-api/revisions/ce4878e0e19c/schema)
