---
title: "Proxy any OpenAI request (fallback)"
method: POST
path: "/v1/proxy/{path+}"
tags: ["Proxy"]
---

# Proxy any OpenAI request (fallback)

`POST /v1/proxy/{path+}`

Any requests which do not match the above paths will be proxied directly to the OpenAI API.

## Path parameters

- `path+` string[], required

## Request body

- unknown

## Response `200`

Proxy response (supports both streaming and non-streaming formats)

- unknown

---

[API](https://skmtc.net/braintrustdata/apis/braintrust-api.md) · [All operations](https://skmtc.net/braintrustdata/apis/braintrust-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/braintrustdata/braintrust-api/revisions/9d216c8243fe/schema)
