Head to the API reference to see all the available endpoints and their parameters.The first request you will probably want to make is to fetch the list of exercises available:
Copy
curl -X GET "https://api.wrkout.xyz/exercise/exerciseIds" \ -H "X-API-Key: $API_KEY"