diff --git a/README.md b/README.md
index 903649c..051c3f9 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
* `curl -s tinyurl.com/api-create.php?url=`
* :no_entry_sign: `curl -F shorten= https://ttm.sh`
* `curl https://is.gd/create.php?format=simple&url=`
+* `curl -F shorten= https://0x0.st`
## File Transfer
@@ -116,6 +117,8 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
* `curl -F file=@ https://ttm.sh`
* `curl https://patchbay.pub/your-custom-filepath.exe --data-binary @` and `curl -LO https://patchbay.pub/your-custom-filepath.exe`
* `nc oshi.at 7777 < ` or `curl https://oshi.at -F f=@`
+* `curl -F file=@ https://0x0.st`
+* `curl -F file=@ https://api.anonfile.com/upload`
## Browser
diff --git a/structured.yaml b/structured.yaml
index aab5a3a..7717fe2 100644
--- a/structured.yaml
+++ b/structured.yaml
@@ -72,6 +72,8 @@ by_category:
- file:
transfer.sh:
tags: [curl]
+ api.anonfile.com:
+ tags: [curl]
- browser:
brow.sh:
tags: [ssh]