READER SAMPLE
Check Reader output with an owned input page.
This page shows an OngsooLabs-authored static HTML source and the matching Reader request example. Use the owned input page to verify title and main-content extraction.
- Source URL
- /examples/reader/owned-controlled-reader-source.html
- Reader endpoint
POST /v1/reader- Output format
markdown
REQUEST
{
"url": "https://ongsoolabs.com/examples/reader/owned-controlled-reader-source.html",
"mode": "generic",
"output_format": "markdown",
"enable_chunking": false
}
RESPONSE
{
"status": "success",
"title": "OngsooLabs controlled Reader source",
"content": {
"format": "markdown",
"value": "# OngsooLabs controlled Reader source\n\nThis page is an owned, controlled input..."
},
"usage": { "credits": 1 }
}
Both the source page and request example are maintained by OngsooLabs.