URLs
In all cases, URLs must meet some basic minimum requirements:- All URLs must be HTTPS.
- URLs must reference a domain name, not an IP address.
- The server should respond with valid Content-Type and Content-Length headers.
- Redirects are not followed. If the URL returns a 3XX response code, the request is considered failed.
- The length of any single URL should not exceed 2048 characters.
Content-Type
When specifying a URL, theContent-Type response header must be specified, and it must match the media type of your asset. File extensions in URLs are not considered. The Content-Types that are supported are listed below for the supported asset types.
User Agent
Infinite Creator will use aUser-Agent header that starts with InfiniteCreator/ when making requests to your server. If you use a scraping-prevention tool or WAF, be sure to allowlist our user agent string prefix.
Type-specific requirements
Images
For fields that accept images, the asset referenced by the URL must use one of the following codecs, along with the correspondingContent-Type header:
| Codec | Content-Type |
|---|---|
| JPEG | image/jpg or image/jpeg |
| PNG | image/png |
| WebP | image/webp |
| Property | Limit |
|---|---|
| Resolution | Up to |
| Size | — |