v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Data

Export data

Export the content body of a data entry in either HTML or Markdown format. Use the type path parameter to specify the desired format: html or markdown.

This is the only GET endpoint that returns the content body of a data entry. List data and Get data return metadata only (no body text).

Returns the same identifying fields as Get data, plus either content_html or content_markdown with the full text content.

get/v1/data/{data_id}/export/{type}

Path parameters

data_idstring required

Unique identifier of the data.

type'html' | 'markdown' required

Response

200