Changelog
Document conversion info, November 7, 2023
GET /convert/document/{uuid}/
allows you to determine the document format and possible conversion formats.
Learn more about Document conversion.
Multipage conversion, September 20, 2023
Added save_in_group
parameter to allow POST /convert/document/
to convert a multi-page document into a group of files.
Learn more about Multipage conversion.
Webhook updates, July 7, 2023
Added a field initiator
in webhook payload for all events. It contains a “link” to the entity that initiated the webhook and metadata related to the event.
Added new webhook events:
file.info_updated
— file’smetadata
orappdata
has been altered.file.deleted
— a file has been removed.file.stored
— a file has been stored.
Learn more about Webhook events.
File metadata, September 8, 2022
File metadata is introduced. File metadata Upload API provides an option to specify a file’s metadata during the file uploading procedure. File metadata REST API provides the ability to update the file’s metadata.
Learn more about File metadata management.