de.piksel.tech/services/index.php?&mode=jsonUse "request" param as post variable for submitting json/xml request payload for all POST requests.
| Name |
|---|
Ingest media asset into a particular account.
{
"request": {
"authentication": {
"app_token": "#app_token#",
"client_token": "#client_token#",
"user_token": "#user_token#"
},
"header": {
"header_version": 1,
"api_version": "5",
"no_cache": true
},
"add_media_asset": {
"title": "cdscds",
"description": "description",
"date_start": "2014-03-05T13:15:30Z",
"date_end": "2024-11-05T13:15:30Z",
"metadatas": {
"metaname1": "metaname1value"
},
"thumbnails": [
{
"isRemoteSource": 0,
"thumbnail": "xyz.jpg",
"setAsDefault": 1,
"setAsPoster": 1
},
{
"isRemoteSource": 1,
"thumbnail": "http:\/\/example.com\/xyz.jpg",
"setAsDefault": 0,
"setAsPoster": 0
}
],
"isHidden": 1,
"isPublished": 1,
"youtubePublishable": true,
"tags": "",
"generate_thumb_count": 5,
"referenceId": "dcsddsvdv",
"callbackurl": "",
"enableTranscode": 0,
"transcoderProfileId": 152,
"filename": "file_name_bypass_transcoding.flv",
"isRemoteSource": true,
"geoFilterId": 500,
"folders": [
],
"advanceTranscoderSetting": {
"startTime": 0,
"clipDuration": 90
}
}
}
}
{
"response": {
"success": {
"code": 205,
"message": "AssetFound",
"details": ""
},
"addMediaAssetResponse": {
"assetid": 980457,
"title": "FishBaitBallinOpenWater",
"dateadd": "2012-04-30T17: 52: 41Z",
"datemod": "2012-04-30T17: 55: 25Z",
"defaultThumb": "3388204",
"description": "",
"tags": "",
"isActive": 1,
"isHidden": 0,
"posterThumb": "",
"geoFilterId": 0,
"uuid": "1a747376",
"isPublished": 1,
"date_start": "-0001-11-30T00: 00: 00Z",
"date_end": "-0001-11-30T00: 00: 00Z",
"youtubePublishable": 1,
"thumbnailUrl": "http: \/\/player-qa.multicastmedia.com\/thumbs\/aid\/w\/h\/t1335808525\/980457.jpg",
"thumbRel": "\/thumbs\/aid\/w\/h\/t1335808525\/980457.jpg",
"assetType": "video",
"asset_type": "video",
"assetFiles": [
],
"m3u8iPadURL": "",
"m3u8iPhoneURL": "",
"m3u8AndroidURL": "",
"httpSmil": "",
"hdSmil": "",
"rtmpSmil": "",
"associatedLinks": [
],
"captions": [
],
"AssociatedFiles": [
],
"metadatas": {
"metaname1": {
"0": "",
"value": "metanme1value",
"type": "text"
}
},
"folders": [
"42",
"78"
]
}
}
}