---
title: "Complete an upload"
method: POST
path: "/v1/uploads/{id}/complete"
tags: ["Uploads"]
---

# Complete an upload

`POST /v1/uploads/{id}/complete`

Finalize an asset after the file has been uploaded to the pre-signed URL. Returns the public URL of the uploaded asset.

## Response `200`

Upload completed.

- CompleteUploadResponse
  - `emailAssetId` string, required
  - `finalUrl` string, required — The public URL of the uploaded asset.

## Other responses

- `400` — Upload id is missing or the uploaded file has an unsupported content type.
- `401` — Invalid API key or content API not enabled for this team.
- `404` — Upload not found.
- `405` — Wrong HTTP request method.
- `429` — Upload limit exceeded.

---

[API](https://skmtc.dev/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.dev/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/3a0b8d8025c0/schema)
