---
title: "Proxy Documentation Request"
method: GET
path: "/api/v1/documentation/proxy"
tags: ["Documentation"]
---

# Proxy Documentation Request

`GET /api/v1/documentation/proxy`

Fetch and proxy documentation from external URLs to bypass CORS restrictions.

## Query parameters

- `url` string, uri, required — Documentation URL to fetch (must be a valid HTTP/HTTPS URL)

## Response `200`

Successfully fetched and proxied documentation

- DocumentationProxyResponse
  - `content` string, required — The markdown/text content of the documentation

## Other responses

- `400` — Invalid URL or untrusted domain
- `404` — Documentation not found at URL
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

- **2026-01-18** `b0e6563d3fce` — 3 breaking, 3 warning, 1 info
  - the `code` response property const value `INTERNAL_SERVER_ERROR` was removed for the status `500`
  - the `code` response property const value `NOT_FOUND` was removed for the status `404`
  - the `code` response property const value `TOO_MANY_REQUESTS` was removed for the status `429`
  - added the new `INTERNAL_SERVER_ERROR` enum value to the `code` response property for the response status `500`
  - …3 more

[Change history](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/documentation/proxy/get.md)

---

[API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [All operations](https://skmtc.dev/corespeed-io/apis/mcp-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corespeed-io/mcp-store-api/revisions/25721894961a/schema)
