Changelog
Changelog - 2.29.0
Released on
Release notes
-
New GET
analyze/{id}
to retrieve the payload of analysis previously ran. -
Ability to download up to 500 granular documents on the
analyze/download
route.
Comments
-
GET
analyze/{id}
endpoint- By using the
id
of an analysis previously ran on thedataset
route, you can now retrieve the analysis payload. Feature only available for precomputed instances.
- By using the
-
POST
analyze/download
endpointlimit
parameter can now be set to500
.