Hello I was looking at https://lichess.org/api#tag/analysis/GET/api/cloud-eval this liches api that does evaluation of a position.
But if I have to do 100 games analysis each 40 move length, it's will have an overhead as I have to call 4000 api calls per move per game.
Is there any way I can achieve in the most optimal way, may be use bulk request or some kind of api that takes the whole game and returns analysis.
Thank you for the support