No recent uploads yet. Upload your first image above.
Upload images from your terminal or favorite tools using the same API this page uses.
Upload an image with multipart form data:
curl "http://twir.app/api/v1/uploader/files" \
-F "file=@/path/to/image.png"Response
{
"data": {
"id": "AbC12345",
"name": "image.png",
"type": "image/png",
"ext": ".png",
"size": 1536221,
"link": "http://twir.app/u/AbC12345",
"delete_link": "http://twir.app/api/v1/uploader/files/delete?key=DELETE_KEY&id=AbC12345",
"created_at": "2026-08-08T12:00:00Z",
"expires_at": "2026-09-07T12:00:00Z"
}
}