There was an error while loading. Please reload this page.
# 1) Obter JWT curl -s -X POST "https://tools-hml.scielo.org/api/v1/auth/token/" \ -H "Content-Type: application/json" \ -d '{"username":"SEU_USUARIO","password":"SUA_SENHA"}' # 2) Marcar referências (texto) curl -s -X POST "https://tools-hml.scielo.org/api/v1/reference/" \ -H "Authorization: Bearer ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{"references":["Smith J. Nature. 2024;600:1-10."],"type":"json"}' # 3) Marcar referências a partir de DOCX curl -s -X POST "https://tools-hml.scielo.org/api/v1/reference/docx/" \ -H "Authorization: Bearer ACCESS_TOKEN" \ -F "file=@artigo.docx" \ -F "type=jats"