POST
/
api
/
v2
/
documents
/
json-to-html
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
response = client.v2.documents.transform_json_to_html()
print(response.html)
{
  "html": "<string>"
}

Body

application/json

Response

200 - application/json

Default Response

The response is of type object.