Download the converted markdown file for a policy.
Returns the markdown file that was generated from the uploaded PDF. Returns 400 if no converted file exists.
curl --request GET \
--url https://api.example.com/v1/policies/{policy_id}/converted{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request GET \
--url https://api.example.com/v1/policies/{policy_id}/converted{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}