Overview
The Image API generates images from a text prompt, or edits an existing image given a prompt and a source image. It also supports profiles — named presets (e.g.ultrasound) that pre-configure the prompt, operation, and model for a specialized use case.
Base URL
Authentication
Storage
If your workspace has S3 storage configured (STORAGE_PROVIDER=s3), generated images are persisted and the response returns signed URLs (raw_url, processed_url) instead of inline base64 — pass persist: true/false to override the default.
Resources
Generate / Edit Image
POST a prompt (and optionally a source image) to generate or edit an image.