POST
/
api
/
v1
/
assets
/
concat
Concat Assets
curl --request POST \
  --url https://api.example.com/api/v1/assets/concat \
  --header 'Content-Type: application/json' \
  --data '
{
  "asset_ids": [
    "<string>"
  ],
  "container": "mp4"
}
'
{}

Body

application/json
asset_ids
string[]
required
container
string
default:mp4

Response

Successful Response

The response is of type Response Concat Assets Api V1 Assets Concat Post · object.