Ideogram Data Handling Overview Manage generated image assets from Ideogram's API. Critical concern: Ideogram image URLs expire (approximately 1 hour). Every generation must be downloaded and persisted immediately. This skill covers metadata tracking, download pipelines, local and cloud storage, lifecycle management, and generation history for reproducibility. Prerequisites - configured - Storage solution (local filesystem, S3, or GCS) - Database for generation metadata (SQLite, Postgres, or JSON files) Instructions Step 1: Generation Record Schema Step 2: Generate, Download, and Track Step 3…