Download history items

POST
/v1/history/download

Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file.

Request

This endpoint expects an object.
history_item_idslist of stringsRequired

A list of history item IDs to be downloaded. You can get the history item IDs from the Get generated items endpoint.

output_formatstringOptional

Output format to transcode the audio file, can be wav or default.

Errors

Built with