cURL
curl --request POST \ --url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/object-definitions?hapikey=' \ --header 'Content-Type: application/json' \ --data ' { "mediaTypes": [ "VIDEO" ] } '
{ "createdObjects": {} }
Create a new media object type
Supported products
The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.
VIDEO
AUDIO
DOCUMENT
OTHER
IMAGE
successful operation
Show child attributes
Was this page helpful?