Start a reprocess sweep over all uploads
Kicks off a one-shot background reprocess of every non-deleted Upload row. Re-runs detect+classify, writes detected_* + thumbnail_content_type_urn, stamps reprocessed_at. Idempotent unless force=true. Returns the count queued; reprocessing runs asynchronously.
Authorization
OAuth2 upl:privateAuthorizationBearer <token>
OAuth 2.0 authorization
In: header
Scope: upl:private
Header Parameters
Connect-Protocol-Version*number
Define the version of the Connect protocol
Value in
1Connect-Timeout-Ms?number
Define the timeout, in ms
Request Body
application/json
force?boolean
Force rerun on rows that have already been reprocessed.
bucketId?integer|string|null
Optional bucket filter — useful for reprocessing a single bucket after a bucket-default content type change. Omit for full sweep.
Format
int64maxConcurrent?integer|null
Optional cap on max concurrent in-flight parseUpload jobs. Server chooses a sensible default when unset.
Format
int32[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.IntegrationAdminService/StartReprocessAllUploads" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{
"queued": 0
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}