textContent.export
Programmatic extraction of textual content from web pages.
The export
endpoint will parse the document before exporting its textual content.
Request
POST /toolkit.v0/textContent.export
- Form
Example
$ curl https://api.namedgraph.com/toolkit.v0/textContent.export \
--header @namedgraph-auth-headers.txt \
--form sourceFile=@example.html \
--form outputProfile=markdown