| search:searchurl | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Search for media given a specific URL Kaltura supports a searchURL action on some of the media providers. This action will return a KalturaSearchResult object based on a given URL (assuming the media provider is supported) |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| mediaType | KalturaMediaType | V | KalturaMediaType:: | ||
| url | string | V | |||
| Output Type | |||||
| KalturaSearchResult | |||||
| Errors | |||||
| SEARCH_UNKNOWN_MEDIA_SOURCE_FOR_URL;URL;Unknown media source for url [@URL@] | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=search&action=searchurl POST fields: mediaType url |
|||||