# Storage API Introduction
We've created an API which helps you access your data from the Crawlbase Storage (opens new window).
You can send data to your Crawlbase Cloud Storage by either using the &store=true API parameter or configuring your Crawler (opens new window) to do so by using the Storage webhook endpoint, or by using the Crawling API with the &async=true API parameter
- Requests to Storage API start with the following base part:
https://api.crawlbase.com/storage
- The requests require to send the
token
parameter using your private token?token=_USER_TOKEN_