| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**video_id**  
*required*  
The ID of the video to retrieve the XLIFF from.

**videoVersion**  
*integer*  
The version of a video to get the XLIFF from.

**xliffVersion**  
*string*  
*enum*  
The desired version of XLIFF specification.  
1.2  
Allowed:  
`1.2`

# ``200      OK.

**object**

**xliff**  
*string*  
*required*

# ``400      Bad Request.

# ``403      Forbidden - Wrong API key.

# ``404      Video ID was not found.

# ``default      Unexpected Server error.

```shell
curl --request GET \
     --url https://api.synthesia.io/v2/videos/video_id/xliff \
     --header 'accept: application/json'
```

```json
{
  "xliff": "string"
}
```
