Images
Supported image extensions: apng, avif, gif, jpg, jpeg, jfif, pjpeg, pjp, png, webp
Section:
Group Images. Base URL:https://instance_name.meiro.io/api/.
Emails Images [/images/emails]
Upload an image [POST]
Supported image extensions: apng, avif, gif, jpg, jpeg, jfif, pjpeg, pjp, png, webp
-
Attributes
- file (object)
-
Request (multipart/form-data)
-
Headers
X-Access-Token: 1234567890abcdef
-
-
Response 201 (application/json)
{
"image_url": "IMAGE_LINK_URL"
}Mobile Push Images [/images/mobile_push]
Upload an image [POST]
Supported image extensions: gif, jpg, jpeg, png
-
Attributes
- file (object)
-
Request (multipart/form-data)
-
Headers
X-Access-Token: 1234567890abcdef
-
-
Response 201 (application/json)
{
"image_url": "IMAGE_LINK_URL"
}WhatsApp Images [/images/whatsapp]
Upload an image [POST]
Supported image extensions: jpg, jpeg, png
-
Attributes
- file (object)
-
Request (multipart/form-data)
-
Headers
X-Access-Token: 1234567890abcdef
-
-
Response 201 (application/json)
{
"image_url": "IMAGE_LINK_URL"
}