At anatodยฎ we continue working to simplify our services and improve the speed, stability, and security of our entire platform. Therefore, we are implementing a significant update to our API system.
๐ New unified API URL
From now on, all services will use a single centralized endpoint:
๐ https://api.anatod.ar/
๐ Updated documentation: https://anatod.readme.io/
This change allows us to unify the infrastructure, reduce latency, improve query performance, and simplify future maintenance of the anatodยฎ ecosystem.
๐๏ธ Until when will the above URL work?
The old URLs will remain operational until January 31, 2026.
After that date, calls still targeting the old endpoints will stop responding.
๐ Do we need to change the API keys?
No.
Your keys continue to work exactly the same.
You just need to update the connection URL to the new endpoint.
โ๏ธ Benefits of the new unified endpoint
- ๐ Fewer entry points โ more stability
- โก Better response time
- ๐ Smarter routing by region
- ๐ก๏ธ Enhanced security
- ๐งฉ Clearer and more centralized documentation
- ๐ง Less maintenance for your integrations
๐ What should I do now?
Simply update the URL in your integration:
before:
https://9wz501gy85.execute-api.us-east-1.amazonaws.com/prod/clientes now:
https://api.anatod.ar/api/clientes
That's it. Your keys, permissions, and request structure will continue to function as usual.







