Development — entry 018 of 100
Contentful Images
Contentful Images resizes, crops, and reformats any asset served from images.ctfassets.net via query parameters — fit modes (pad, fill, crop, thumb), a focus area (face, faces, top, ...), rounded corners, background fill, and quality — and can convert output to JPG, PNG, WebP, GIF, AVIF, or TIFF on the fly, e.g. ?fm=webp&w=300&fit=fill&f=face. It isn't priced separately: image delivery draws from the parent Contentful plan's CDN bandwidth allowance, starting at 50GB/month on the free tier, so access requires a Contentful space and a Content Delivery API token to resolve asset URLs in the first place.
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJPG, PNG, WebP, GIF, AVIF, TIFFResponses can be requested as JPG or PNG or WebP or GIF or AVIF or TIFF.
GreatAPIs Score
Score67
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
Formats15/15Supports 6 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.