FILE.POSTUPLOAD
POST
To postsign an uploaded file
Request
- application/json
Body
action stringrequired
Default value: file.postupload
The action
_key stringrequired
The filename with extension
presigned_data objectrequired
The content type
Responses
- 200
Example response
- application/json
- Schema
- Example (from schema)
Schema
data object
_key string
url string
filename string
filesize string
fileclass string
object_key string
info object
acl string
content_type string
image_variants object
{
"data": {
"_key": "string",
"url": "string",
"filename": "string",
"filesize": "string",
"fileclass": "string",
"object_key": "string",
"info": {},
"acl": "string",
"content_type": "string",
"image_variants": {}
}
}
Loading...