Extract clean, readable text from any webpage. Remove HTML tags, scripts, and ads. Get pure content.
POST https://api.16761.tech/text-extract
curl -X POST https://api.16761.tech/text-extract \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | โ | URL to extract text from |