# Bulk Uploads - New! These endpoints give full control over supply chain data uploads and ingestion. For a bulk upload, plots must be formatted as a GeoJSON file and uploaded to a secure location in Satelligence's Google Cloud Storage bucket through a signed URL. The complete process consists of three steps: 1. Create a bulk upload with the POST `/bulk-uploads` endpoint, which generates signed URLs for each file you want to upload. 2. Use the signed URLs to upload the files to the required place for this upload. 3. Start the bulk upload with the POST `/bulk-uploads/start` endpoint. The process can be automated with the scripts linked [here](https://gitlab.com/satelligence/web-api).