- If you don’t have a public URL, upload the HTML file alongside appropriatecontent_typeparameter to File Upload API.
- Send the public URL as urlparameter and sendsubtype=uploadto Create Asset File API endpoint.
 Example payload:
{
    "name": "image.png",
    "size_bytes": 7117,
    "type": "image",
    "mime": "image/png",
    "height": 600,
    "width": 600,
    "subtype": "upload",
    "url": "https://public.url.com/image.png"
}