Snapbyte
  1. Legacy APIs
Snapbyte
  • Snapbyte
  • Pricing
  • Speedtest
  • Snapbyte APIs
    • Basic
      • Signup
      • Authenticate
      • Logout
      • Get API Key
      • Add webhook
      • Get User Stats
    • Files
      • Top Files
      • Get Files
      • Get File Info
      • Get File's Stats
    • Zones
      • Get Zones
      • Create Zone
      • Get Zone's Stats
    • Domain
      • Whitelist Domain
      • Domain Patterns
    • Preload a File
      POST
    • Get Snapbyte Signed Url
      GET
  • Legacy APIs
    • Preload File
      POST
    • Get Download Url
      GET
  • ⚡ Fast Snap
    GET
  1. Legacy APIs

Preload File

POST
/v1/files

🔁 Filesos Compatibility (Legacy Support)#

Snapbyte was previously known as Filesos. To ensure backward compatibility for older clients, some legacy FilesOS endpoints and file IDs have been retained in Snapbyte.
Note: If you have not used Filesos before, you can safely ignore these APIs.
Preload a file to snapbyte via Google Drive File ID.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.snapbyte.io/v1/files' \
--header 'Content-Type: application/json' \
--data-raw '{
    "driveId": "string"
}'
Response Response Example
{
    "success": true,
    "message": "",
    "data": {
        "id": "ff1f1ebf-461f-4a14-834e-ba6479e333a5"
    }
}

Request

Body Params application/json
driveId
string 
required
Google Drive File ID, file have to be published
Examples

Responses

🟢200Success
application/json
Body
data
object 
required
id
string 
required
Snapbyte File ID
Modified at 2025-07-13 01:55:22
Previous
Get Snapbyte Signed Url
Next
Get Download Url
Built with