v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
Media

Lightweight status check for a presigned upload slot. Returns the SAME state as `GET /media/uploads/{id}` but with NO body — the status is carried in the `X-Reveldigital-Upload-Status` header (`pending`, `uploaded`, or `completed`) and, once finalized, the media id in `X-Reveldigital-Media-Id`. This lets a client cheaply poll for completion without transferring or parsing a JSON body.

head/media/uploads/{id}

Path parameters

idstring required

Upload slot id

Response

The slot exists; the status is in the response headers.