Get Source Content
Read the parsed text content of a source.
Returns the extracted markdown content for preview. Works uniformly across file types: PDFs, documents, and web pages all return readable text.
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": {}
}
]
}