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 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mediaTypes": [
    "VIDEO"
  ]
}
'
{
  "createdObjects": {}
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

Body

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

Response

successful operation

createdObjects
object
required
Last modified on May 15, 2026