-
Notifications
You must be signed in to change notification settings - Fork 1
translate.vertexapis.com docs conflict: /language/translate/v2 works, plain /v2 is 404 #3
Copy link
Copy link
Open
Description
Summary
Two repo sources disagree on translate.vertexapis.com endpoint support, and I live-tested the conflicting path families after opening this issue.
Live-verified results
Using a working local key on 2026-03-16:
POST /language/translate/v2->200, translatedHello worldtoSelam DünyaGET /language/translate/v2/languages->200POST /v2->404GET /v2/languages->404POST /v2/detect->404POST /v3/projects/vertex/locations/us-central1:translateText->200POST /v3beta1/projects/vertex/locations/us-central1:translateText->200
Revised conclusion
The real distinction is not simply "v2 vs v3".
It looks like:
- the legacy Google-style path family under
/language/translate/v2works, - the plain root
/v2family does not, - and
v3/v3beta1also work.
So the two repo sources may have tested different path families:
vertexapis_research/vertexapis-workaround.mddocuments/language/translate/v2vertexapis-research/endpoints/translate-vertexapis-com.mdreports404for/v2,/v2/detect,/v2/languages
Suggested fix
Update the docs to distinguish these explicitly instead of describing this as a generic "v2 unsupported" result.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels