AxiosError when accessing Semantic Scholar
H
Henrique M Salgado
Info about related papers etc , from semantic scholar gives an error
For the Semantic Scholar API in particular, the base URL and endpoints have changed in recent years. According to their documentation, the “paper details” endpoint now resides under https://api.semanticscholar.org/graph/v1/paper/{paper_id} rather than the older v1/paper/{paper_id} path.
That suggests that a request to https://api.semanticscholar.org/v1/paper/… will no longer work, which explains the 404: the path is simply invalid / deprecated
AxiosError
Request failed with status code 404
Possibly the link address needs updating
Regards