Get Source Content
Read the parsed content of a source for preview.
Returns the markdown content produced by markitdown during parsing. Works uniformly for files, URLs, and notes — all store parsed .md on disk.
curl -X GET "http://127.0.0.1:14242/sources/string/content"{
"source_id": "string",
"original_name": "string",
"content": "string",
"content_type": "markdown"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}