cURL
curl --request POST \ --url https://web-reader-api.starkai.io/web_reader \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "web_url": "https://example.com/article" }'
{ "status": true, "message": "Successfully converted web content to markdown.", "data": { "markdown_content": "# Article Title\n\nThis is the extracted content..." } }
Read web pages and convert them to markdown with Stark AI Web Reader API
API Key for authentication
Web URL to convert to markdown
The body is of type object.
object
Web content successfully converted to markdown
The response is of type object.
Was this page helpful?