kind: site), or a single HTML page (kind: html), which is a one-filecurl --location 'https://upload.tf/api/v1/pages/mysite/files' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"files": [
{
"path": "assets/app.js",
"sizeBytes": 88134,
"contentType": "text/javascript; charset=utf-8",
"isEntry": false
}
],
"fileCount": 12,
"totalBytes": 1069547,
"maxFiles": 200,
"maxFileBytes": 26214400,
"maxTotalBytes": 5368709120,
"becameSite": false,
"displayModeReset": false
}
}