Files
Upload a new file
Uploads a file to the user's storage. The file size is limited to 10MB.
post/v1/files
Response
File uploaded successfully. Returns the file metadata.
Example response
{
"id": "file_euyrvozb9302uwhq",
"name": "Example Image",
"type": "image/png",
"properties": {
"size": 1024,
"width": 800,
"height": 600
},
"task_id": null,
"created_at": "2021-05-01T12:00:00Z"
}