v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
Documentation

Proxy Documentation Request

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

get/api/v1/documentation/proxy

Query parameters

urlstring uri required

Documentation URL to fetch (must be a valid HTTP/HTTPS URL)

Example:https://github.com/owner/repo/blob/main/README.md

Response

Successfully fetched and proxied documentation

contentstring required

The markdown/text content of the documentation

Example response

{
  "content": "# Documentation\n\nThis is the documentation content..."
}