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.
Apply Filter
change_photos:apply_filter
Apply a photo filter with adjustable intensity.
Write
Medium risk
Change Background
change_photos:change_background
Replace the background of a photo with a new image.
Write
Medium risk
Delete Photo
change_photos:delete_photo
Permanently delete a photo and all its processed versions.
Write
High risk
Get Job Status
change_photos:get_job_status
Check the status of a photo processing job.
Read
Low risk
Get Photo
change_photos:get_photo
Fetch details of a specific photo including processing status and URLs.
Read
Low risk
List Jobs
change_photos:list_jobs
List processing jobs with optional filtering and pagination.
Read
Low risk
List Photos
change_photos:list_photos
List photos with optional filtering and pagination.
Read
Low risk
Remove Background
change_photos:remove_background
Remove background from a photo, making it transparent or adding white background.
Write
High risk
Resize Photo
change_photos:resize_photo
Resize a photo to specific dimensions with various fitting options.
Write
Medium risk
Upload Photo
change_photos:upload_photo
Upload a photo from URL for processing.
Write
Medium risk