The input data download endpoint now supports HTTP Range requests, enabling partial and resumable downloads for large files without requiring a full file transfer.
The following capabilities are available:
GET /v1/{project}/input-data/collections/{collectionName}/documents/{inputDataId}/download– Supports Range and If-Range headers and returns 206 Partial Content for ranged requestsHEAD /v1/{project}/input-data/collections/{collectionName}/documents/{inputDataId}/download– Returns Content-Length and Accept-Ranges: bytes headers for metadata retrieval
