latestOpenAPI 3.0.02026-08-10621852.7 KB
c8f0d96c040e
Web
Retrieve Compass product HTML content
Fetches product documentation content from S3 using the provided product parameters and returns the HTML as plain text inside a JSON response.
post/web/compassProductContent
Request body
Example request
{
"product_code": "ln",
"doc_version": "2025.x",
"language": "en-us",
"doc_id": "lnperformancelib_op"
}Response
HTML content retrieved successfully
Example response
{
"success": true,
"html": "<!DOCTYPE html><html><body><h1>Sample</h1></body></html>"
}