cURL
curl --request GET \ --url https://api.myidvirtual.com/terms
{ "404": {}, "success": true, "lang": "<string>", "content": "<string>" }
Retrieve the terms of service document in different languages as parsed text from PDF
en-us
pt-br
curl -X GET "http://localhost:3333/terms?lang=en-us"
{ "success": true, "lang": "en-us", "content": "TERMS OF SERVICE\n\nLast updated: 01/01/2024\n\n..." }
{ "statusCode": 404, "message": "Arquivo não encontrado.", "error": "Not Found" }