๐Ÿ“ Text Extraction API

Extract clean, readable text from any webpage. Remove HTML tags, scripts, and ads. Get pure content.

Endpoint

POST https://api.16761.tech/text-extract

Example

curl -X POST https://api.16761.tech/text-extract \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}'

Parameters

FieldTypeRequiredDescription
urlstringโœ…URL to extract text from
Get Free API Key โ†’