Secure file delivery and upload documentation for humans, apps, and AI agents.
Use multipart upload with a required file field.
POST /uploadfile10 MBPOST, OPTIONSResize delivered images using the DXL helper.
/dxl?src=path&w=300
curl -X POST https://cdn.webtrend.com.ng/upload \
-F "file=@/path/to/image.png"
{
"success": true,
"url": "https://cdn.webtrend.com.ng/files/example.png",
"filename": "example.png",
"mime": "image/png",
"bytes": 12345
}