Documentation Index
Fetch the complete documentation index at: https://docs.bliper.ai/llms.txt
Use this file to discover all available pages before exploring further.
Descrição
Retorna o QR Code necessário para autenticar a instância no WhatsApp, no formato base64 com prefixo data URI. O QR Code deve ser escaneado pelo aplicativo do WhatsApp no celular.
Request
Client-Token: SEU_CLIENT_TOKEN
Response
Sucesso (200)
{
"value": "data:image/png;base64,iVBORw0KGgo..."
}
Exemplo cURL
curl -X GET 'https://api.bliper.io/instances/{INSTANCE_ID}/token/{INSTANCE_TOKEN}/qr-code' \
-H 'Client-Token: SEU_CLIENT_TOKEN'
Use o endpoint /qr-code/image para obter o QR Code diretamente como imagem PNG, sem precisar decodificar o base64.