Image Uploads are only available on the Teams plan.
- An additional
$images
object at the root of the JSON document which contains a manifest of all images indexed by filename, containing:url
(relative to the URL of the JSON document that was requested)size_bytes
mime_type
- The field containing the image will be output as a JSON object with the keys:
$type
which will always be set toimage
filename
which is a reference to the key in the root$images
object
$images
object.