cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/storage/:fileId
{ "fileId": "<string>", "type": "<string>", "originalPath": "<string>", "originalSize": 123, "originalMimeType": "<string>", "position": 123, "metadata": {}, "userId": "<string>", "entityId": "<string>", "commentId": "<string>", "spaceId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "image": { "originalWidth": 123, "originalHeight": 123, "variants": {}, "processingStatus": "<string>", "format": "<string>", "quality": 123, "exifStripped": true } }
Retrieve file metadata and proxy URLs by file ID
image
video
document
other
originalName
uploadedAt
type === "image"
Show image fields
{ publicPath, width, height, size, format }
"completed"
"failed"
"webp"
Not Found — 404
{ "error": "File not found", "code": "storage/file-not-found" }