Ad InsertionCheck SSAI Transcode Profile

Check SSAI Transcode Profile

Custom Plan Push zones only. Read-only check of which Video Encoding Profiles a chosen SSAI transcoding profile needs, which already exist, and whether the resulting Combined profile is already linked to the zone's Auto Video Encoding Profile. Creates or links nothing.

curl -X POST "https://api.5centscdn.com/v2/zones/vod/push/42/adinsertion/transcodeprofile/check" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "transcodingProfileId": 42
}'
{
  "result": "success",
  "combinedName": "5Q-L1-24fps-128kbps-44.1kHz",
  "singleProfilesNeeded": [
    "example_string"
  ],
  "combinedNeeded": true,
  "alreadyLinked": true,
  "existingProfiles": [
    "example_string"
  ],
  "existingProfilesCount": 0
}
POST
/zones/vod/push/{zoneid}/adinsertion/transcodeprofile/check
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Content-Typestring
Required

The media type of the request body

Options: application/json
transcodingProfileIdinteger
Required

SSAI transcoding profile ID from the SSAI catalog.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

zoneidinteger
Required

Zone ID

Example:
42

Body

application/json
transcodingProfileIdinteger
Required

SSAI transcoding profile ID from the SSAI catalog.

Example:
42

Responses

resultstring
Allowed values:successerror
combinedNamestring

Name of the Combined Video Encoding Profile this SSAI profile maps to.

singleProfilesNeededstring[]

Encoding rungs that do not yet exist and would be created by Apply.

combinedNeededboolean

Whether the Combined profile row does not exist yet.

alreadyLinkedboolean

Whether the Combined profile is already linked to the zone's Auto Video Encoding Profile.

existingProfilesstring[]

Other Combined profiles already linked to this zone, excluding this one.

existingProfilesCountinteger