Clevver file storage works by creating batches which store one or more files on the block chain.
Get active batch jobs.
GEThttps://clevver.org/api/batches
The process of storing files on the blockchain can take some time and is an asynchronous process. This request will return a list of actively running batch storage jobs.
In order to store files on Clevver, you must first create a batch. Files can then be attached to the batch and later started by calling the start method.
{"status":"success","data": {"id":"5c893d75-2a8b-4712-b56f-89377ac97681","status":"created","progress":0,"created_at":"2023-11-01 13:53:12","message":"Batch created successfully" }}
Once a storage job has been created and files have been attached to it, you can then start the job. Starting the job will begin the process of storing the files onto the blockchain.