filebase.com Open in urlscan Pro
2606:4700::6812:376  Public Scan

Submitted URL: http://filebase.com/
Effective URL: https://filebase.com/
Submission: On October 18 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: mailchimpForm

<form class="mt-6 sm:flex sm:max-w-md" name="mailchimpForm"><label for="email" class="sr-only">Email address</label><input type="email" id="email" name="email" required=""
    class="w-full min-w-0 appearance-none rounded-md border-0 bg-white px-3 py-1.5 text-base text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-primary-default sm:w-64 sm:text-sm sm:leading-6 xl:w-full"
    placeholder="Enter your email" value="">
  <div class="mt-4 sm:mt-0 sm:ml-4 sm:flex-shrink-0"><button type="submit"
      class="flex w-full items-center justify-center rounded-md bg-primary-default py-2 px-3 text-sm font-semibold text-white shadow-sm hover:bg-primary-darker focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-default">Subscribe</button>
  </div>
</form>

Text Content

Introducing Filebase For StartupsApply for credits and supercharge your
application with the power of enterprise-grade IPFS →


Open main menu
Product
PricingDocumentation
Company
Log inSign up



IPFS MADE EASY

Pinning data to IPFS can be hard. Filebase removes that complexity.

Get startedLearn more →



TRUSTED BY LEADING WEB3 TEAMS




EVERYTHING YOU NEED

All-in-one platform

Pin data to IPFS using our Enterprise-grade storage platform.

S3 Compatible APIOur API functions as a drop-in replacement for existing
applications that use AWS S3.
Drag and Drop UploadsInstantly upload files with a single click.
Dedicated IPFS GatewaysProvide your users with a branded Web3 experience using
your own custom domain name.
Predictable PricingSimple and easy to understand pay-as-you-go pricing.
Fast Global CDNLeverage our edge network to distribute your content globally.
Image OptimizationInstantly resize images on the fly to fit your needs.


TRUSTED BY DEVELOPERS WORLDWIDE

Files uploaded to Web31 Billion+
Developers on the platform35,000+
Daily requests15 Million+
Uptime guarantee99.9%

Cloud Native


S3 COMPATIBLE API

Looking to build an application? Our S3 Compatible API works out of the box with
thousands of application SDKs, frameworks, and even data backup tools. You're
not changing code, you're changing configuration.

AWS SDK Support. Our API functions as a drop-in replacement for existing
applications that use AWS S3.
Multipart Uploads. Large files? Not a problem. With full multipart upload
support, you can upload files of any size.
Geo-Redundant. Files are redundantly stored across thousands of availability
zones globally.
PutObject.js
App.js

const AWS = require('aws-sdk');
const fs = require('fs');

const s3 = new AWS.S3({
    endpoint: 'https://s3.filebase.com',
    region: 'us-east-1',
    signatureVersion: 'v4',
});

fs.readFile('image.png', (err, data) => {
    if (err) {
        console.error(err);
        return;
    }

    const params = {
        Bucket: 'my-bucket',
        Key: 'test/image.png',
        ContentType: 'image/png',
        Body: data,
    };

    const request = s3.putObject(params);
    request.on('httpHeaders', (statusCode, headers) => {
        console.log(`CID: ${headers['x-amz-meta-cid']}`);
    });
    request.send();
});



MAKING IPFS ACCESSIBLE FOR EVERYONE

Join our thriving community and get up and running quickly with our extensive
documentation, guides, and tutorials

Documentation

Our extensive library of documentation provides integration guides, tutorials,
and code examples.

Learn more →

Blog

Stay up to date on the latest news and developments.

Learn more →

Discord

Join our community of creators and developers leveraging IPFS and decentralized
storage.

Learn more →


READY TO DIVE IN?
GET STARTED WITH OUR FREE TIER TODAY.

Get startedLearn more →


FOOTER


PRODUCTS

 * IPFS Pinning
 * Dedicated Gateways


SUPPORT

 * Pricing
 * Documentation
 * Email
 * System Status


COMPANY

 * About
 * Blog
 * Careers
 * Startup Program


COMPARE

 * Pinata
 * Infura
 * Web3.Storage
 * NFT.Storage


SUBSCRIBE TO OUR NEWSLETTER

The latest news, articles, and resources, sent to your inbox weekly.

Email address
Subscribe

FacebookDiscordTwitterGitHubEmail

© 2023 Filebase, Inc. All rights reserved. | DMCA | Privacy Policy | Terms of
Service | Acceptable Use