zoey.is-a-virg.in
zoey.is-a-virg.in is a free anonymous cloud based file uploader and link shortner service for ShareX and similar screen capturing platforms, with a veriety of custom vanity domains to choose from.
Always online
sxcu.net is never down, period. You can rest assured that your files can be accessed 24/7/365.
Fast API
Our image uploader is optimized for the fastest possible upload time!
Developers?
Check out our API documentation to learn how to work with sxcu.net.Always Organized
sxcu.net lets you create collections, you can upload images to collections, and view them later by going to that collection's URL!
All the files
sxcu.net supports the following file types: png, jpg, jpeg, gif, ico, bmp, tif, tiff, webm.
And the maximum file size is 95MB, so upload away!
Highly anonymous
sxcu.net does not require a registration, and uploaded files are not indexed by search engines, only people with your file's link will be able to see it.
Files:
2.2M
File views:
11.5M
Links:
5.9k
Pastes:
5.5k
Storage space used:
705 GB
Basics of uploading a file (Full documentation)
POST https://zoey.is-a-virg.in/upload
Parameters
Parameter | Description | Optional | Default |
---|---|---|---|
image | Binary file. The image you want to upload, up to 95 MB in size. | No | None |
token | String. The upload token for the sub domain that's being used, if one required. | Yes | None |
og_properties | JSON. If present, this JSON array will configure the OpenGraph properties of the file's page, effectively changing the way it embeds in various websites and apps. JSON object parameters: color - sets the theme-color tag, useful to change the embed color in a Discord embed.description - changes the og:description tag.title - changes the og:title tag.discord_hide_url - if true, discord will hide the file's URL and display only the image in chat, otherwise the file's URL will also be shown.Example: { "color":"#7289DA", "title":"Some title", "description":"A cool description!", "discord_hide_url": false }And this is how it looks in Discord. |
Yes | None |
Example
POST | https://zoey.is-a-virg.in/upload |
Request
og_properties={"color":"#7289DA","title":"Some title","description":"A cool description!"}
image=@path/to/local/file
Response
{
"url":"https://zoey.is-a-virg.in/QNeo92.png",
"del_url":"https://zoey.is-a-virg.in/d/0e765511-32c9-48be-a994-1ee1aebe33e8",
"thumb":"https://zoey.is-a-virg.in/t/QNeo92.png"
}
Response JSON Params
Parameter | Type | Description |
---|---|---|
url | String | The URL to the uploaded file |
del_url | String | The deletion URL for this image, opening this link will delete the image with no confirmation! |
thumb | String | The thumbnail URL to this image (will only be present if file is PNG, JPEG, GIF or WEBM). |