send-link-custom-preview
POST/:instance/send-link-custom-preview
Send Link Custom Preview
info
This feature is only available for subscribed accounts.
Using send-text
or send-text-safe
you can send auto-generated link previews.
You can send custom link preview in two ways:
Provide a URL for the image.

info
WhatsApp requires the text to contain the preview URL anywhere in the text. text - must contain preview.url somewhere in the text
Example: "text": "Check this out! https://hypersender.com/"
warning
Please note that the URL must be publicly accessible and not require any authentication or special headers to access the file.
Send the image it self as a file upload.

info
By specifying the high_quality
parameter as true
, you can get a higher quality image.

Request
Responses
- 201
- 404
- 422
- 500
Successful response
Not Found
Validation Error
Internal Server Error