POST/v1/history/download
Body Parameters
View in API Reference
Request
$curl -X POST https://api.elevenlabs.io/v1/history/download \
> -H "xi-api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "history_item_ids": [
> "history_item_ids",
> "history_item_ids"
> ]
>}'
Response