---
title: "Watsonx Proxy Route"
method: GET
path: "/watsonx/{endpoint}"
tags: ["Watsonx Pass-through", "pass-through"]
---

# Watsonx Proxy Route

`GET /watsonx/{endpoint}`

Watsonx pass-through endpoint.
Allows using Watsonx APIs with automatic IAM token management and version parameter injection.

Example:
    POST /watsonx/ml/v1/text/tokenization
    POST /watsonx/ml/v1/text/generation

## Path parameters

- `endpoint` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/watsonx/:endpoint/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/b694deb1e459?raw)
