Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Serviço para obter URL de acesso ao DANFE em PDF de uma nota fiscal.
POST https://api.tiny.com.br/api2/nota.fiscal.obter.link.php
curl -X POST https://api.tiny.com.br/api2/nota.fiscal.obter.link.php \ -d "token=SEU_TOKEN&formato=json&id=654321"
{ "retorno": { "status": "OK", "link_danfe": "https://cdn.tiny.com.br/nfe/danfe/654321.pdf" } }