# Ssr Make Speaker Ttl Only Request

> Make server-side recording requests.

The following code displays an example of how to upload five minutes of data from the subscription time to five minutes into the future for only the target speaker.

```plaintext
curl -x POST
http://{{host}}/ssr/subscribe?auth_token={{auth_token}}&history=0&destination_credentials={"bucket":"bucket-name","access_key_id":"aws-access-id","secret_access_key":"aws-secret-key"}&target_uri=sip:.issuer.speaker.@domain.vivox.com&target_type=speaker&ttl=5
```
