---
title: "Invoke Uploads Complete"
method: POST
path: "/v1/op/uploads.complete"
tags: ["kernel"]
---

# Invoke Uploads Complete

`POST /v1/op/uploads.complete`

Complete an upload, then schedule the post-upload pipeline AFTER the response
(metadata extraction / viz profiles / auto-collections) — same deferral the
legacy route did via BackgroundTasks. The op creates the item/asset records +
provenance synchronously; the pipeline is best-effort post-processing.

## Headers

- `x-api-key` string, nullable

## Request body

- object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
