Unanswered
Hey, the <https://clear.ml/docs/latest/docs/references/api/#request-format|api reference> says that the url should be
```https://<base_url>/auth.login```
but to make it actually work I have to do
```https://<base_url>/api/v1.0/auth.login```
Th
Regarding the original message, base_url refers to the API endpoint (in a self-served server, this would usually be with port 8008). The fact you had to use /api simply means you were using the WebApp endpoint which has its own apo reverse proxy, which should not really be used by external clients (it's possible, but there's no guarantee for backwards compatibility there as it's designed to be used by the WebApp and might change in the future)
136 Views
0
Answers
10 months ago
10 months ago