Skip to main content
GET
/
downloads
/
image
Baixar Imagem
curl --request GET \
  --url https://api.wapizap.com/api/v2/downloads/image \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "type": "image",
  "mimeType": "image/jpeg",
  "size": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

instanceId
string<uuid>
required
messageId
string
required

Response

200 - application/json

Imagem baixada

url
string<uri>
type
string
Example:

"image"

mimeType
string
Example:

"image/jpeg"

size
integer