Servicio para subir archivos de texto a Backblaze B2.
Límite: 2MB
curl --data-binary @archivo.txt https://uploader.securionx.com/api/upload
curl -d "tu texto aquí" https://uploader.securionx.com/api/upload
echo "texto de prueba" | curl --data-binary @- https://uploader.securionx.com/api/upload
curl -L https://uploader.securionx.com/api/files/{id}
Retorna la URL pública del archivo:
https://f002.backblazeb2.com/file/bucket/uuid.txt