The file object¶
Attributes¶
name
string
The file name.
format
string
The file format.
size
integer
The file size.
file
string
A temporary url where you can find the file.
thumb
string
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"
}