Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Album
imgbb:create_album
Create a new image album on imgbb.
Write
Medium risk
Delete Album
imgbb:delete_album
Permanently delete an album and all its images from imgbb.
Write
High risk
Delete Image
imgbb:delete_image
Permanently delete an uploaded image from imgbb.
Write
High risk
Get Album
imgbb:get_album
Get information about an album and its images.
Read
Low risk
Get Image
imgbb:get_image
Get information about a previously uploaded image.
Read
Low risk
Get User Info
imgbb:get_user_info
Get information about the current user account.
Read
Low risk
List Albums
imgbb:list_albums
List albums with pagination and sorting options.
Read
Low risk
Update Album
imgbb:update_album
Update an existing album's properties.
Write
Medium risk
Upload Image
imgbb:upload_image
Upload an image to imgbb and get the hosted URLs.
Write
Medium risk