v1
latestOpenAPI 3.0.02026-07-26131819.4 KBFiles
Retrieve File Metadata
Get detailed information about a specific file by ID or storage key. If a custom CDN domain is configured and enabled, the response url will use the custom domain and originalUrl will contain the default storage URL.
get/v3/file/{path}
Path parameters
*string required
File ID or storage key
Response
OK
Example response
{
"data": {
"originalUrl": "https://r2.fivemanage.com/23492kdx23121/7F9pGhN8qwErT1vx5aZk.jpg"
}
}