Get current upload offset
HEAD/api/v1/orgs/{orgId}/ai-models/{modelId}/editions/{edition}/uploads/{uploadId}
Reports how many bytes service has already stored so the client can resume an interrupted transfer.
• Returns the current Upload-Offset (and Upload-Length) so the client knows where to continue from.
• Returns 404 if the upload resource is not found.
Request
Responses
- 200
- 404
Returns the current offset.
Response Headers
Upload-Offset
Bytes already stored on the server.
Upload-Length
Total size of the file in bytes.
Upload resource not found.