English
Perform a snapshot of your database. It has a rate limit of 1 request every 5 seconds.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/databases/{databaseId}/snapshots \ --header 'Authorization: <authorization>'
{ "status":"success", "response":{ "url":"https://snapshots.squarecloud.app/databases/384443501775028242/a14b8d5e1cb7405a851eb4c075506121.zip?AWSAccessKeyId=accesskey&Expires=1757683751&Signature=JR3danhvtVywQmcaIanWsoJFqhQ%3D", "key":"AWSAccessKeyId=accesskey&Expires=1757683751&Signature=JR3danhvtVywQmcaIanWsoJFqhQ%3D" } }
success
error
Show Toggle object
Was this page helpful?