articles
Single File
View details of file for specified article
get/account/articles/{article_id}/files/{file_id}
Path parameters
article_idinteger required
Article unique identifier
file_idinteger required
File unique identifier
Response
OK. Article private file
Example response
{
"id": 3000002,
"name": "test.xls",
"size": 14848,
"download_url": "https://ndownloader.figshare.com/files/3000002",
"supplied_md5": "043a51806d646e88cafbf19e7b82846f",
"computed_md5": "043a51806d646e88cafbf19e7b82846f",
"mimetype": "application/pdf"
}