Blob Endpoints
Blob Object Post
This documentation provides a comprehensive overview of the POST /v1/objects endpoint of the SquareCloud Blob API.
The API key for your account. You can find this in your account settings.
Use FormData. (multipart/form-data)
A string representing the name of the file. (without extension)
Must adhere to the a to z, A to Z, 0 to 9, and _ pattern. (3 to 32 characters)
Must adhere to the a to z, A to Z, 0 to 9, and _ pattern. (3 to 32 characters)
A string representing the prefix for the file.
Must adhere to the a to z, A to Z, 0 to 9, and _ pattern. (3 to 32 characters)
Must adhere to the a to z, A to Z, 0 to 9, and _ pattern. (3 to 32 characters)
A number indicating the expiration period of the file, ranging from 1 to 365 days.
Set to true if a security hash is required.
Set to true if the file should be set for automatic download.
Rate limits & concurrency
Uploading requires a paid plan.
- Hobby and Standard plans are limited to 1 upload per second.
- Pro and Enterprise plans are not subject to the per-second limit — they can instead run up to 4 uploads at the same time.
TOO_MANY_CONCURRENT_UPLOADS (429).For security,
.html and .svg files are always delivered as downloads (served as application/octet-stream) instead of being rendered inline.Response
Indicates whether the call was successful. “success” if successful, “error” if not.

