---
title: "Retrieve Compass product HTML content"
method: POST
path: "/web/compassProductContent"
tags: ["Web"]
---

# Retrieve Compass product HTML content

`POST /web/compassProductContent`

Fetches product documentation content from S3 using the provided product parameters and returns the HTML as plain text inside a JSON response.

## Request body

- object
  - `product_code` string, required
  - `doc_version` string, required
  - `language` string, required
  - `doc_id` string, required

## Response `200`

HTML content retrieved successfully

- object
  - `success` boolean
  - `html` string — Raw HTML content as plain text

## Other responses

- `400` — Bad Request - Missing or invalid parameters
- `401` — Unauthorized
- `404` — Content not found in S3

---

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