Reference
Errors
Errors you might hit
These are the errors you’re most likely to encounter, with the cause and the fix for each.
| Status | Message | Cause | Fix |
|---|---|---|---|
| 400 | Profile 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. |
| 400 | Unable to send raw images with JPEG profile | You picked a JPEG profile but uploaded RAW images. | Use a JPEG profile for JPEG uploads, or a RAW profile for RAW uploads. |
| 400 | Unable to send JPEGs images with raw profile | You picked a RAW profile but uploaded JPEG images. | Use a JPEG profile for JPEG uploads, or a RAW profile for RAW uploads. |
| 400 | file … is not supported. supported files types are … | A file has an unsupported extension. | Upload only supported formats. |
| 400 | Invalid 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. |
| 400 | File "…" appears N times. | Two uploaded files share a filename. | Give every file a unique name before requesting upload links. |
| 400 | Upload Incomplete: X out of Y files are missing. | Fewer files reached S3 than you requested links for. | Retry failed PUTs before calling /edit. |
| 400 | No images were uploaded for this project. | You called /edit before any files reached S3. | Confirm all PUTs succeeded before calling /edit. |
| 404 | Project not found | The Smart Editing project_uuid doesn’t exist. | Re-check the UUID returned by POST /v1/i2i/projects. |
| 403 | You don't have permission to access this project | The Smart Editing project belongs to another account. | Use a UUID you own. |
| 400 | This 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. |