Summary
Attempting to hit https://api.bytez.com/models/v2/list/ and/or any extended path of this endpoint results in erroneous error(s), such as the following:
{"error":"Expected parameter(s): modelId","output":[]}
Steps to Reproduce
curl --request GET \
--url "https://api.bytez.com/models/v2/list/" \
--header "Authorization: YOUR_BYTEZ_API_KEY"
Additional Context
Issue is likeley related to those mentioned in issue's #51 and #52 of this repo.
Summary
Attempting to hit
https://api.bytez.com/models/v2/list/and/or any extended path of this endpoint results in erroneous error(s), such as the following:{"error":"Expected parameter(s): modelId","output":[]}Steps to Reproduce
Additional Context
Issue is likeley related to those mentioned in issue's #51 and #52 of this repo.