MediaFileMetadata
Describes a file created under your account. This is the response object from a POST or PUT operation, which provides a URL to the created file.
JSON
{
"filename": string,
"url": string,
"mediatype": string,
"length": number,
}
Fields
- filename
- Name of the file
- url
- URL of the file under your account. You can reference this url in in subsequent tailoring operations or perform GET or DELETE HTTP actions on it.
- mediatype
- MIME type of the file
- length
- Size of the file in bytes