Decodifica QR Code de nota fiscal e credita pontos
cURL
curl --request POST \ --url https://api.example.com/nfce/decode-qr \ --header 'Content-Type: application/json' \ --data ' { "qr_code": "<string>" } '
{ "success": true, "task_id": "task_001", "message": "Processamento iniciado" }
curl -X POST "https://api.indiqai.com/api/v1/nfce/decode-qr" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "qr_code": "https://www.sefaz.rs.gov.br/nfce/..." }'
/nfce/progress/{task_id}
Was this page helpful?