The file object¶
Attributes¶
namestring
The file name.
formatstring
The file format.
sizeinteger
The file size.
filestring
A temporary url where you can find the file.
thumbstring
A temporary url where you can find the file’s thumbnail.
Example¶
{
"name": "document.pdf",
"format": "pdf",
"size": 104421,
"file": "https://app.yumisign.com/api/v1/storage/temp/1/doc/614453811441328b1fc832ce7ff2f371",
"thumb": "https://app.yumisign.com/api/v1/storage/temp/1/doc/614453814f5160be65058abf90e5c30c"
}