> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Video

Export a video for the specified agents, computer, and time period.

<Note>
  External Documentation

  To learn more, visit the [Teramind documentation](https://apidoc.dev.teramind.co/#438daffc-b0e7-437f-afa9-839770b63579).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                   |
  | --------------- | ------------------------------------------------------------- |
  | Agent IDs       | A comma-separated list of agent IDs to include in the export. |
  | Computer ID     | The ID of the computer.                                       |
  | Disable Sound   | Select to disable sound in the export.                        |
  | End Date        | The end of the time range.                                    |
  | Frame Rate      | The video frame rate.                                         |
  | Playback Speed  | The playback speed multiplier.                                |
  | Recipient Email | The email address of the recipient.                           |
  | Start Date      | The start of the time range.                                  |
</div>

## Example Output

```json theme={"dark"}
{
	"ids": [
		0
	]
}
```

## Workflow Library Example

[Export Video with Teramind and Send Results Via Email](https://library.blinkops.com/workflows/export-video-with-teramind-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/export-video-with-teramind-and-send-results-via-email/canvas" />
</div>
