Dashboard + API storage Max upload 100 MB

Gvoice Cloud

A fast, simple Cloudinary-like storage platform built with core PHP + MySQL. Upload from the dashboard or automate with your API key.

Upload types
Images, documents, archives, mp4/mp3
Secure sessions
CSRF + secure cookies

Quickstart

2 minutes
  1. 1
    Create your account
    Register to get your API key.
  2. 2
    Upload via dashboard
    Manage uploads in a clean UI.
  3. 3
    Automate with API
    Send files using your API key.
API endpoints
POST /api/upload.phpGET  /api/files.phpDELETE /api/delete-file.phpGET  /api/usage.php
Example cURL
curl -X POST "https://www.cloud.gvoice.app/api/upload.php" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "file=@C:\\path\\to\\file.jpg"
Tip: import database/schema.sql into phpMyAdmin first.
Clean dashboard
Upload and manage files, images, and media with a simple, fast interface.
API key auth
Automate uploads and fetch lists safely using your personal API key.
Usage tracking
See recent uploads and API usage, with admin analytics for the whole system.