Imagen API docs
Navigation menu
Reference

Errors

Errors you might hit

These are the errors you’re most likely to encounter, with the cause and the fix for each.

StatusMessageCauseFix
400Profile key … not found.Profile ID isn’t yours or has been deleted. This applies to the profile-based flow only.Re-list with GET /v1/profiles and pick a valid one.
400Unable to send raw images with JPEG profileYou picked a JPEG profile but uploaded RAW images.Use a JPEG profile for JPEG uploads, or a RAW profile for RAW uploads.
400Unable to send JPEGs images with raw profileYou picked a RAW profile but uploaded JPEG images.Use a JPEG profile for JPEG uploads, or a RAW profile for RAW uploads.
400file … is not supported. supported files types are …A file has an unsupported extension.Upload only supported formats.
400Invalid combination of file types …You mixed JPEG with RAW/DNG in one project.Keep one project all-JPEG, all-RAW, or RAW+DNG. See supported formats.
400File "…" appears N times.Two uploaded files share a filename.Give every file a unique name before requesting upload links.
400Upload Incomplete: X out of Y files are missing.Fewer files reached S3 than you requested links for.Retry failed PUTs before calling /edit.
400No images were uploaded for this project.You called /edit before any files reached S3.Confirm all PUTs succeeded before calling /edit.
404Project not foundThe Smart Editing project_uuid doesn’t exist.Re-check the UUID returned by POST /v1/i2i/projects.
403You don't have permission to access this projectThe Smart Editing project belongs to another account.Use a UUID you own.
400This project exceeds the free edits in your trial.Trial-photo cap reached. Real estate accounts have a 250-photo limit.Subscribe at imagen-ai.com/pricing.