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)
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)
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.
Response
Indicates whether the call was successful. “success” if successful, “error” if not.