UAPI
Last updated
dc: failed
isp: failed
resi: successPOST /v1/extract{
"url": "https://example.com",
"formats":
[
"markdown|html|json"
],
"country_code": "us",
}["markdown"]X-Request-Id: <request_id>curl -i --location 'https://uapi.netnut.io/v1/extract' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-API-Token: <api-token>' \
--header 'clean_html: true' \
--data '{
"url": "https://www.example.com/example-product",
"formats": ["markdown"],
"country_code": "us"
}'