cURL
curl --request POST \ --url https://www.norns.ai/api/v0/scrape \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>" }'
{ "success": true, "data": { "markdown": "<string>", "metadata": { "title": "<string>", "description": "<string>", "html": "<string>" }, "scrape_id": "<string>" } }
Scrapes a webpage and converts it to markdown. Costs 1 credit per request.
API key authentication
Successful scraping response
The response is of type object.
object