Smart-fetch plus readability extraction. Best for LLM corpus building.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| url | string | yes | — | URL to convert. |
Request
curl -X POST https://api.datasonar.dev/v1/actors/markdown \
-H "Authorization: Bearer osk_..." \
-d '{"url": "https://example.com/article"}' Response
{ "status": "success", "data": { "title": "...", "markdown": "...", "word_count": 3873 } }