Neural API Updates 01-25-2021
1611583200000
API
Fixes
We fixed a bug where Yahoo messages were not parsed correctly.
Categorizer Updates
A new field,
only_category
, was added. Use this to return an abridged version of the API response.
[{
"account_id": ""**********",",
"categorized_at: 1608244650.0782313,
"category": "feed"
"id": ""**********","
"model_version": "1734dc47"
}]
The number of messages you can categorize is 5.
Review the Categorizer reference.
Clean Conversation and Signature Update
We added new fields to our Clean Conversation and Signature Extraction endpoints to help you get the data you want.
ignore_links
- Remove links in the conversation or signature.ignore_images
- Remove images in the conversation or signature.ignore_tables
- Remove tables in the conversation or signature.remove_conclusion_phrases
- Remove phrases such asbest
andregards
in the signature.
Review our Clean Conversation and Signature Extraction reference.