exude-api.herokuapp.com

Exude API is an Open Source project, It is used for the primary ways for filtering the stopping, stemming words from the text data. This API is in a very basic level of development need to work on for later changes.

2 endpoints text
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Filter the stopping words from the provided input data or links
curl \
  https://exude-api.herokuapp.com/exude/{type}/data
Filter the stopping words from the provided input file
curl \
  https://exude-api.herokuapp.com/exude/{type}/file
Endpoints (2 total)
POST
/exude/{type}/data
Filter the stopping words from the provided input data or links
POST
/exude/{type}/file
Filter the stopping words from the provided input file
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints2
Categories1
https://exude-api.herokuapp.com