For the complete documentation index, see llms.txt. This page is also available as Markdown.

SendimageURL

send Image Url

post
Query parameters
idstringRequiredExample: id
Body
jidstringRequired
imageUrlstringRequired
captionstringRequired
Responses
200Success

No content

post/chats/sendimageURL
POST /chats/sendimageURL?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 78

{
  "jid": "receivernumber",
  "imageUrl": "url",
  "caption": "caption text \nnext line"
}
200Success

No content

Last updated