Prerequisites
The roadmap must be finished (is_finished: true). If the roadmap is not yet complete, the endpoint returns a 409 error. Confirm completion by polling /roadmap/{token}/generate/status/ first.
Endpoint
Path Parameters
string
required
The unique cognitive roadmap instance UUID.
Response
string
The fully rendered HTML report as a string. Wrap this content in an iframe or render it directly in your application.
Example Request
Example Response
Use Cases
Portal Embedding
Inject the HTML into an iframe or render it directly inside your participant dashboard for immediate viewing.
Print & PDF
Use browser print-to-PDF or a headless rendering tool to generate a downloadable PDF report from the HTML content.

