An image field contains a Base64-encoded image.

Packages

As JSON from packages:

{
	"image": "data:image/png;base64,iVBORw0KGgo..."
}

Records API

In PUT or POST requests from the API:

&fields[image]=data:image/png;base64,iVBORw0KGgo...

Remove

You can remove an image by setting it to data:null