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
Example response
{
"content": "# Documentation\n\nThis is the documentation content..."
}