source_url that AI Gen Studio can download from the server.
The API validates URLs before processing to protect the platform and avoid wasting credits on invalid inputs.
Accepted image types
Source images must be one of:Content-Type and the file signature must match. For example, a URL returning HTML with an image-like extension is rejected.
Size and download limits
URL requirements
Source URLs must be public HTTP or HTTPS URLs. AI Gen Studio validates the resolved target, redirects, MIME type, file signature, and size. The API rejects URLs that target private or local network resources, including localhost, private IP ranges, internal hostnames, and redirects to blocked targets.Recommended CDN setup
For reliable processing, serve source images from a stable CDN or object storage URL. Good source URLs should:- be reachable without authentication;
- return the image directly, not an HTML preview page;
- include a correct
Content-Typeheader; - remain valid long enough for the batch to be processed;
- avoid short-lived signed URLs unless their expiration window is safely long.
Mapping results to your catalog
Useexternal_id to connect AI Gen Studio results back to your own product, SKU, or catalog item.
external_id is returned in status responses and webhook events.
It is optional, but production catalog integrations should send it for every image.