v1
latestOpenAPI 3.0.22026-07-261040577.4 KBInsights
Export insight
Export the content body of an insight in either HTML or Markdown format. Use the type path parameter to specify the desired format: html or markdown.
Note: This endpoint is deprecated. Use Export doc (GET /v1/docs/:doc_id/export/:type) instead.
This is the only way to retrieve the actual text content of an insight via the API. The Get insight endpoint returns metadata only.
Returns the insight object with an additional content_html or content_markdown field containing the full content.
get/v1/insights/{insight_id}/export/{type}
Path parameters
insight_idstring required
Unique identifier of the insight.
type'html' | 'markdown' required
Response
200