Skip to main content
POST
/
media-bridge
/
v1
/
{appId}
/
settings
/
object-definitions
Create a new object type
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": {}
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Free
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Free
Data HubData Hub -Free

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.

Body

application/json
mediaTypes
enum<string>[]
required
Available options:
VIDEO,
AUDIO,
DOCUMENT,
OTHER,
IMAGE

Response

successful operation

createdObjects
object
required
Last modified on December 16, 2025