POST
/
api
/
v1
/
assets
/
{public_id}
/
trim
Trim Asset
curl --request POST \
  --url https://api.example.com/api/v1/assets/{public_id}/trim \
  --header 'Content-Type: application/json' \
  --data '
{
  "start_s": 123,
  "end_s": 123,
  "container": "<string>",
  "precise": false
}
'
{}

Path Parameters

public_id
string
required

Body

application/json
start_s
number
required
end_s
number
required
container
string | null
precise
boolean
default:false

Response

Successful Response

The response is of type Response Trim Asset Api V1 Assets Public Id Trim Post · object.