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

# Complete an upload

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

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

## Response `200`

Upload completed.

- CompleteUploadResponse
  - `emailAssetId` string, required — The ID of the created asset.
  - `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.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/versions/96c4b50b8b95/schema)
