Back to catalog
πŸ’»

Contentful Images

API Key

Used to retrieve and apply transformations to images

πŸ’»DevelopmentHTTPSCORS enabled

Contentful Images

Transformed image asset

UrlHttps://images.ctfassets.net/abc123/hero-banner.jpg
Width1,280
Height720
FormatWebp
Size Kb87

Sample Response

response.json
1{
2 "url": "https://images.ctfassets.net/abc123/hero-banner.jpg",
3 "width": 1280,
4 "height": 720,
5 "format": "webp",
6 "size_kb": 87
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.contentful.com/developers/docs/references/images-api/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs