1
Webhook Status Codes, Entity Detection Improved
POST
requests from the API to webhook URLs will now accept any status code from200
to299
as a successful HTTP response. Previously only200
status codes were accepted.- Updated the
text
key in our Entity Detection feature to return the proper noun rather than the possessive noun. For example,Andrew
instead ofAndrew’s
.
- Fixed an edge case with Entity Detection where under certain contexts, a disfluency could be identified as an entity.