Skip to main content

Properties

NameTypeFormatDescription
assetobjectassetThe asset that is linked to from the entry
altTextstringThe image alt text, defined in the entry
captionstringThe image caption, defined in the entry
transformationsobjectimage transformationThe transformations that will be applied to the image

Example

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{ "asset": { "sys": { "id": "a83c9fcc-51ef-41aa-878f-af5a33ba4b2f", "dataFormat": "asset", "contentTypeId": "image", "language": "en-GB" } }, "caption": "Fight club is a great film!", "altText": "The 1999 Fight Club image poster", "transformations": { "size": { "height": 100, "width": 100 }, "flip": "h", "rotate": 95, "crop": { "width": 100, "height": 100, "x": 10, "y": 20 }, "quality": 95 } }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{ "asset": { "sys": { "id": "a83c9fcc-51ef-41aa-878f-af5a33ba4b2f", "dataFormat": "asset", "contentTypeId": "image", "language": "en-GB" } }, "caption": "Fight club is a great film!", "altText": "The 1999 Fight Club image poster", "transformations": { "size": { "height": 100, "width": 100 }, "flip": "h", "rotate": 95, "crop": { "width": 100, "height": 100, "x": 10, "y": 20 }, "quality": 95 } }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "asset": { "sys": { "id": "a83c9fcc-51ef-41aa-878f-af5a33ba4b2f", "dataFormat": "asset", "language": "en-GB" } }, "caption": "Fight club is a great film!", "altText": "The 1999 Fight Club image poster", "transformations": { "size": { "height": 100, "width": 100 }, "flip": "h", "rotate": 95, "crop": { "width": 100, "height": 100, "x": 10, "y": 20 }, "quality": 95 } }

Still need help?

New support request