Extract structured data from HTML files with Stark AI’s API.
https://html-reader-api.starkai.io/html_reader
curl --request POST --url https://html-reader-api.starkai.io/html_reader --header 'Content-Type: application/json' --header 'X-Api-Key: <api-key>' --data '{ "html_content": "<!DOCTYPE html><html><head><title>Sample</title></head><body><h1>Hello World</h1><p>This is a paragraph.</p></body></html>" }'
Was this page helpful?